From 8c40147e1c5e1174a06b2b626b9d5ab084e3837b 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 Content-Type: text/plain; charset=utf-8 Two curly braces.. Test plan: Run the update. Signed-off-by: Marcel de Rooy --- 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 ec471e5..d7a668b 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.7.10.4