DBREV for Bug 16019 - Remove unused blue.css
authorBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 22 Mar 2016 01:03:03 +0000 (01:03 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 22 Mar 2016 01:03:03 +0000 (01:03 +0000)
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index eea79ed..e39a4f3 100644 (file)
--- 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;
index 3b1f7b5..cbad1fe 100755 (executable)
@@ -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"');