From fca933507dbca725ee3caf5eff19a13e67b3ae92 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2008 04:37:24 +0100 Subject: new option: HIDE_FEEDLIST (bump schema) --- sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanity_check.php') diff --git a/sanity_check.php b/sanity_check.php index 2a7c07a15..47d12f98d 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 15); - define('SCHEMA_VERSION', 32); + define('SCHEMA_VERSION', 33); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3