Bug 10854: DBrev 3.13.00.029
authorGalen Charlton <gmc@esilibrary.com>
Fri, 11 Oct 2013 03:55:36 +0000 (03:55 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 11 Oct 2013 03:55:36 +0000 (03:55 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index cc2eb1d..d5015ea 100755 (executable)
@@ -7204,21 +7204,8 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-$DBversion = "3.13.00.XXX";
-if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
+$DBversion = "3.13.00.029";
+if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) 
         VALUES ( "issues to claim", "efault CSV export for serial issue claims",
index 9288b6a..5905d33 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.028';
+    our $VERSION = '3.13.00.029';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install