From 54e61a6809a6f0e249ff12207b19b6ad3203089f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Oct 2009 14:15:29 +0400 Subject: add option to force display attachments in feeds (implementation) --- 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 ab4e29b3a..600f8d9f4 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', 56); + define('SCHEMA_VERSION', 57); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf