summaryrefslogtreecommitdiffstats
path: root/include/preferences.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/preferences.php')
-rw-r--r--include/preferences.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/preferences.php b/include/preferences.php
index 8a6050d..0382193 100644
--- a/include/preferences.php
+++ b/include/preferences.php
@@ -18,7 +18,6 @@ $changed_cards = 0;
$changed_timezone = 0;
$changed_autosetup = 0;
-output_status();
display_user_menu();
/* get old infos */
@@ -206,8 +205,5 @@ echo " </table>\n";
echo " </form>\n";
echo "</div>\n";
-output_footer();
-DB_close();
-exit();
-
+return;
?> \ No newline at end of file