From 3e248810b2b9ccbaf1228255156aebe6678a7c9a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 15 Sep 2009 21:37:45 -0400 Subject: [PATCH] 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 --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index f0e5bfa77d..a05fff9996 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); diff --git a/kohaversion.pl b/kohaversion.pl index 774371a06b..7dc046fb86 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.39.5