From 8aebb0c6bce697d55368a5939a9b141ffb983a8e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 24 Feb 2016 13:39:38 +0100 Subject: [PATCH] Bug 15891: Fix errors on updatedatabase Two curly braces.. Test plan: Run the update. Signed-off-by: Marcel de Rooy Signed-off-by: Julian Maurice --- 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 8457913..eb0db8b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11816,6 +11816,7 @@ if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (Bug 15526 - Drop nozebra database table)\n"; SetVersion($DBversion); +} $DBversion = "3.23.00.026"; if ( CheckVersion($DBversion) ) { @@ -11825,6 +11826,7 @@ if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (Bug 15343 - Allow patrons to choose their own password on self registration)\n"; SetVersion($DBversion); +} # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 -- 1.9.1