From 30b6ee8c08a5c5d0201be95864706ab529298a70 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Nov 2010 13:02:44 +0300 Subject: clean obsolete options from schema (bump schema version) --- modules/pref-prefs.php | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'modules/pref-prefs.php') diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 32b932e83..806d295d0 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -1,12 +1,4 @@ - - "; - } - function module_pref_prefs($link) { global $access_level_names; @@ -158,24 +150,6 @@ if (!SINGLE_USER_MODE) { -/* if ($_SESSION["pwd_change_result"] == "failed") { - print format_warning("Could not change the password."); - } - - if ($_SESSION["pwd_change_result"] == "ok") { - print format_notice("Password was changed."); - } - - $_SESSION["pwd_change_result"] = ""; */ - -/* if ($_SESSION["prefs_op_result"] == "reset-to-defaults") { - print format_notice(__("The configuration was reset to defaults.")); -} */ - -# if ($_SESSION["prefs_op_result"] == "save-config") { -# print format_notice(__("The configuration was saved.")); -# } - $_SESSION["prefs_op_result"] = ""; print "
"; -- cgit v1.2.3