From 716b6348ad41aeb0aa25f48d292d12b8ce5a63d3 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 21 Mar 2013 15:58:14 +0100 Subject: [PATCH] [PASSED QA] bug 9403 tiny follow-up to validate podchecker Signed-off-by: Paul Poulain --- 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 9546f01..0f2a51e 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');"); @@ -6585,6 +6586,7 @@ sub TableExists { Drop all foreign keys of the table $table =cut + sub DropAllForeignKeys { my ($table) = @_; # get the table description -- 1.7.9.5