From 232dfbf6e8beb6bb0a1c32eb6977b68dbe1cc98d Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 13 Nov 2007 18:01:21 -0600 Subject: [PATCH] fixing versioning issue with last updatedatabase patch --- 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 bd8b90c27a..5142bca5e6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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')"); -- 2.39.5