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 --- sanity_check.php | 1 + 1 file changed, 1 insertion(+) (limited to 'sanity_check.php') diff --git a/sanity_check.php b/sanity_check.php index 721c7140f..adb7ab878 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,6 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 7); + define('SCHEMA_VERSION', 17); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3