From 22f3e356c8d0f2178c1d401f9bb096d3ea142a8f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Jan 2008 09:30:54 +0100 Subject: new option: HIDE_READ_SHOWS_SPECIAL (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 2efb10758..27698b7e6 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 14); - define('SCHEMA_VERSION', 28); + define('SCHEMA_VERSION', 29); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf