From 79095d68ff909835786a2d7b9ad05f246fc5e673 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Jan 2008 06:59:43 +0100 Subject: update BLACKLISTED_TAGS, bump schema (closes #186) --- 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 1f0706dc0..de582760f 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 13); - define('SCHEMA_VERSION', 27); + define('SCHEMA_VERSION', 28); if (!file_exists("config.php")) { print __("Fatal Error: You forgot to copy -- cgit v1.2.3-54-g00ecf