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

index e7c6785..566715e 100755 (executable)
@@ -7192,14 +7192,8 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-
-
-
-
-
-
-$DBversion = "3.13.00.XXX";
-if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
+$DBversion = "3.13.00.028";
+if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         ALTER TABLE export_format ADD type VARCHAR(255) DEFAULT 'marc' AFTER encoding
     });
index 79badc0..9288b6a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.027';
+    our $VERSION = '3.13.00.028';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install