projects
/
WP-Plugins
/
glm-simple-messageboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3842e00
)
Error caused by remove_option instead of delete_option
author
laury
<laury@gaslightmedia.com>
Tue, 25 Nov 2014 21:06:34 +0000
(16:06 -0500)
committer
laury
<laury@gaslightmedia.com>
Tue, 25 Nov 2014 21:06:34 +0000
(16:06 -0500)
controllers/Admin.php
patch
|
blob
|
history
diff --git
a/controllers/Admin.php
b/controllers/Admin.php
index
0ca5b9b
..
9e610ce
100644
(file)
--- a/
controllers/Admin.php
+++ b/
controllers/Admin.php
@@
-80,7
+80,7
@@
class Glmclientinfo_Admin_Controller
{
//echo 'called glm_add_state_list_option';
if (get_option(GLM_CLEINTINFO_STATES)) {
-
remov
e_option(GLM_CLEINTINFO_STATES);
+
delet
e_option(GLM_CLEINTINFO_STATES);
}
// [status_US] array of states and their abbr.
$states_US[''] = '-- Select --'; // {{{