diff options
-rw-r--r-- | include/preferences.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/preferences.php b/include/preferences.php index 616c5e2..382b165 100644 --- 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); |