Bug 16619 - installer stuck in infinite loop
authorLiz <liz@catalyst.net.nz>
Mon, 30 May 2016 23:21:49 +0000 (23:21 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 31 May 2016 08:47:30 +0000 (08:47 +0000)
To test: run the web installer on master, it should not get stuck in an infinite loop.

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl

index 6825fec..fd1fd4e 100755 (executable)
@@ -12599,7 +12599,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "16.056.00.000";
+$DBversion = "16.06.00.000";
 if ( CheckVersion($DBversion) ) {
         print "Upgrade to $DBversion done (Koha 16.06 - starting a new dev line at KohaCon16 in Thessaloniki, Greece! Koha is great!)\n";
             SetVersion($DBversion);