1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php

This commit is contained in:
Andrew Dolgov
2007-05-04 04:15:58 +01:00
parent d3687e7a9e
commit 87b9fb6532
6 changed files with 33 additions and 7 deletions

View File

@@ -24,8 +24,7 @@
render_login_form($link);
exit;
}
define('SCHEMA_VERSION', 16);
?>
@@ -94,7 +93,7 @@ function confirmOP() {
}
if (!$op) {
print "<p class='warning'>".__("<b>Warning:</b> Please backup your database before proceeding.")."</p>";
print_warning("Please backup your database before proceeding.");
print "<p>" . T_sprintf("Your Tiny Tiny RSS database needs update to the latest version (<b>%d</b> to <b>%d</b>).", $version, $latest_version) . "</p>";