From 852bc4525370f0dae43275bf3da65dea19fbde83 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 9 Aug 2016 08:15:38 +1200 Subject: [PATCH] FIxing a typo that was busting the upgrade --- installer/data/mysql/updatedatabase.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 17e93d556a..085a948593 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); -- 2.39.5