DB rev 058->059 - add DisplayOPACiconsXSLT syspref

Pushing new new system preference DisplayOPACiconsXSLT created per bug 3545
as DB rev 059

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2009-09-15 21:37:45 -04:00
parent 486a9496de
commit 3e248810b2
2 changed files with 2 additions and 2 deletions

View file

@ -2644,7 +2644,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
print "Upgrade to $DBversion done (Added primary keys to language tables)\n";
}
$DBversion = '3.01.00.042';
$DBversion = '3.01.00.059';
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type)VALUES('DisplayOPACiconsXSLT', '1', '', 'If ON, displays the format, audience, type icons in XSLT MARC21 results and display pages.', 'YesNo')");
SetVersion ($DBversion);

View file

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