DB rev 025: ceilingDueDate syspref
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 24 Apr 2009 18:06:45 +0000 (13:06 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 24 Apr 2009 18:22:42 +0000 (13:22 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 4e20927..16167f9 100755 (executable)
@@ -2349,7 +2349,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.01.00.023';
+$DBversion = '3.01.00.025';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` ( `variable` , `value` , `options` , `explanation` , `type` ) VALUES ( 'ceilingDueDate', '', '', 'If set, date due will not be past this date.  Enter date according to the dateformat System Preference', 'free')");
 
index ac351ad..6efd56b 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.024';
+    our $VERSION = '3.01.00.025';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install