From dce46cade3ef1d24a12cf6d27abad5d93de95373 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 13:39:05 +0300 Subject: query themes from filesystem; obsolete ttrss_themes --- 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 c50d391a1..e39902ef6 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', 63); + define('SCHEMA_VERSION', 64); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3