From 237ec2ad9c0ac3e0fa1515699ebaa1df41405378 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 17 Jul 2007 04:29:53 +0100 Subject: disable headlines pagination (add hidden pref _PREFS_ENABLE_PAGINATION) --- 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 adb7ab878..81d969364 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 7); - define('SCHEMA_VERSION', 17); + define('SCHEMA_VERSION', 18); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf