bug 4312: DBrev = 140

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2010-06-24 20:55:49 -04:00
parent cfb61c76b8
commit d4aace67fd
2 changed files with 2 additions and 2 deletions

View file

@ -3655,7 +3655,7 @@ if (C4::Context->preference('Version') < TransformToNum($DBversion)){
SetVersion ($DBversion);
}
$DBversion = 'XXX';
$DBversion = '3.01.00.140';
if (C4::Context->preference('Version') < TransformToNum($DBversion)){
$dbh->do("UPDATE systempreferences SET value = '0' WHERE variable = 'TagsModeration' AND value is NULL");
print "Upgrade to $DBversion done (bug 4312 TagsModeration changed from NULL to 0)\n";

View file

@ -11,7 +11,7 @@ use strict;
sub kohaversion {
our $VERSION = '3.01.00.139';
our $VERSION = '3.01.00.140';
# version needs to be set this way
# so that it can be picked up by Makefile.PL