Bug 13346: DBRev 3.19.00.004

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2015-01-04 12:38:21 -03:00
parent 053ee5c955
commit e525f51032
2 changed files with 3 additions and 3 deletions

View file

@ -9628,7 +9628,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.19.00.XXX";
$DBversion = "3.19.00.004";
if ( CheckVersion($DBversion) ) {
my $pref_value = C4::Context->preference('OpacExportOptions');
$pref_value =~ s/\|/,/g; # multiple is separated by ,
@ -9638,7 +9638,7 @@ if ( CheckVersion($DBversion) ) {
type = 'multiple'
WHERE variable = 'OpacExportOptions'
}, {}, $pref_value );
print "Upgrade to $DBversion done (Bug XXXXX: OpacExportOptions is now multiple)\n";
print "Upgrade to $DBversion done (Bug 13346: OpacExportOptions is now multiple)\n";
SetVersion ($DBversion);
}

View file

@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.19.00.003';
our $VERSION = '3.19.00.004';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install