projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd22bb4
)
BUGFIX: forgot to initialize two variables in preferences.php
author
Arun Persaud
<arun@nubati.net>
Fri, 16 Jan 2009 05:52:17 +0000
(21:52 -0800)
committer
Arun Persaud
<arun@nubati.net>
Fri, 16 Jan 2009 05:52:17 +0000
(21:52 -0800)
include/preferences.php
patch
|
blob
|
history
diff --git
a/include/preferences.php
b/include/preferences.php
index 616c5e2d8131fed5156bd612ad8c6dc2337202dd..382b1657e79caab82938a9a3e92d58f2a8749d80 100644
(file)
--- a/
include/preferences.php
+++ b/
include/preferences.php
@@
-12,11
+12,13
@@
if(!$myid)
return;
/* track what got changed */
-$changed_notify = 0;
-$changed_password = 0;
-$changed_cards = 0;
-$changed_timezone = 0;
-$changed_autosetup = 0;
+$changed_notify = 0;
+$changed_password = 0;
+$changed_cards = 0;
+$changed_timezone = 0;
+$changed_autosetup = 0;
+$changed_sorting = 0;
+$changed_openforgames = 0;
display_user_menu($myid);