fixing versioning issue with last updatedatabase patch
authorJoshua Ferraro <jmf@liblime.com>
Wed, 14 Nov 2007 00:01:21 +0000 (18:01 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 14 Nov 2007 00:01:21 +0000 (18:01 -0600)
installer/data/mysql/updatedatabase.pl

index bd8b90c..5142bca 100755 (executable)
@@ -586,7 +586,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.00.00.027";
+$DBversion = "3.00.00.026";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type)
        VALUES ('HomeOrHoldingBranch','homebranch','homebranch|holdingbranch','With independent branches turned on this decides whether to check the items holdingbranch or homebranch at circulatilon','choice')");