FIxing a typo that was busting the upgrade
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 8 Aug 2016 20:15:38 +0000 (08:15 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 8 Aug 2016 20:15:38 +0000 (08:15 +1200)
installer/data/mysql/updatedatabase.pl

index 17e93d5..085a948 100755 (executable)
@@ -10790,13 +10790,13 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$$DBversion = "3.20.12.000";
+$DBversion = "3.20.12.000";
 if ( CheckVersion($DBversion) ) {
     print "Upgrade to $DBversion done (Koha 3.20.12)\n";
     SetVersion($DBversion);
 }
 
-DBversion = "3.20.13.000";
+$DBversion = "3.20.13.000";
 if ( CheckVersion($DBversion) ) {
     print "Upgrade to $DBversion done (Koha 3.20.13)\n";
     SetVersion($DBversion);