From 6f068202d7e472be431ddde436e4623a6a6d20b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 4 Jan 2010 12:12:31 +0300 Subject: rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (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 b8384a61a..00c7925c4 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', 60); + define('SCHEMA_VERSION', 61); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf