From b129de03555f3557a860b3630b689ae9905e9466 Mon Sep 17 00:00:00 2001 From: Brendan Gallagher Date: Tue, 22 Mar 2016 01:03:03 +0000 Subject: [PATCH] DBREV for Bug 16019 - Remove unused blue.css Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha.pm b/Koha.pm index eea79ed0c9..e39a4f3bdb 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "3.23.00.039"; +$VERSION = "3.23.00.040"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 3b1f7b5284..cbad1feb2f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12023,7 +12023,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { } -$DBversion = "XXX"; +$DBversion = "3.23.00.040"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { my $c = $dbh->selectrow_array('SELECT COUNT(*) FROM systempreferences WHERE variable="intranetcolorstylesheet" AND value="blue.css"'); -- 2.11.4.GIT