From 87b9fb65321ec077a5d062f571c8384136c0fdc4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 May 2007 04:15:58 +0100 Subject: add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php --- update.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index 665ec9495..e3a25f47c 100644 --- a/update.php +++ b/update.php @@ -24,8 +24,7 @@ render_login_form($link); exit; } - - define('SCHEMA_VERSION', 16); + ?> @@ -94,7 +93,7 @@ function confirmOP() { } if (!$op) { - print "

".__("Warning: Please backup your database before proceeding.")."

"; + print_warning("Please backup your database before proceeding."); print "

" . T_sprintf("Your Tiny Tiny RSS database needs update to the latest version (%d to %d).", $version, $latest_version) . "

"; -- cgit v1.2.3-54-g00ecf