1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

clean obsolete options from schema (bump schema version)

This commit is contained in:
Andrew Dolgov
2010-11-29 13:02:44 +03:00
parent 5a941e7e93
commit 30b6ee8c08
7 changed files with 53 additions and 121 deletions
-26
View File
@@ -1,12 +1,4 @@
<?php
function prefs_js_redirect() {
print "<html><body>
<script type=\"text/javascript\">
window.location = 'prefs.php';
</script>
</body></html>";
}
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 "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";