From fffdd5f7f94a1fdc2c93c1464401c2674202254f Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 23 Dec 2014 08:09:22 +1300 Subject: [PATCH] Gah, typo --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 3ef857bf76..6b9e94ec2f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9585,7 +9585,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -DBversion = "3.18.02.000"; +$DBversion = "3.18.02.000"; if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (3.18.2 release)\n"; SetVersion($DBversion); -- 2.39.5