From 57937c42b99d94a4046986bbfb59fdf8d765408a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Dec 2009 15:25:06 +0300 Subject: obsolete cookie storage for collapsed status of feedlist and special categories (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 55df98141..281880984 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 18); - define('SCHEMA_VERSION', 58); + define('SCHEMA_VERSION', 59); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf