From 72ae6d7a8456905e9bf7b077494f4e8d40a8cae8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Mar 2007 07:22:31 +0100 Subject: new pref: CDM_AUTO_CATCHUP, bump schema --- update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index 514e01045..969bfc78d 100644 --- a/update.php +++ b/update.php @@ -24,7 +24,7 @@ exit; } - define('SCHEMA_VERSION', 13); + define('SCHEMA_VERSION', 14); ?> @@ -150,7 +150,7 @@ function confirmOP() { } } - print "

Finished. Performed $num_updates updates up to schema + print "

Finished. Performed $num_updates update(s) up to schema version $version.

"; print "
-- cgit v1.2.3