From e636bed7287163a1dfeb93c9d2ecbf06002870fb Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 21 Mar 2013 15:58:14 +0100 Subject: [PATCH] bug 9403 tiny follow-up to validate podchecker Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov --- installer/data/mysql/updatedatabase.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 950cb17bcc..3c81eee439 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6556,6 +6556,7 @@ if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (Bug 9827 - Remove 'insecure' system preference)\n"; SetVersion($DBversion); } + $DBversion = "3.11.00.XXX"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('DisplayIconsXSLT', '1', '', 'If ON, displays the format, audience, and material type icons in XSLT MARC21 results and detail pages.', 'YesNo');"); @@ -6700,6 +6701,7 @@ sub TableExists { Drop all foreign keys of the table $table =cut + sub DropAllForeignKeys { my ($table) = @_; # get the table description -- 2.20.1