Browse Source

Bug 13346: DBRev 3.19.00.004

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
3.20.x
Tomás Cohen Arazi 10 years ago
parent
commit
e525f51032
  1. 4
      installer/data/mysql/updatedatabase.pl
  2. 2
      kohaversion.pl

4
installer/data/mysql/updatedatabase.pl

@ -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);
}

2
kohaversion.pl

@ -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

Loading…
Cancel
Save