Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl github/bug_5728 origin/new/enh/bug_5728
authorfdurand <frederic.durand@univ-lyon2.fr>
Wed, 6 Apr 2011 14:01:22 +0000 (16:01 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 9 Apr 2011 09:26:11 +0000 (21:26 +1200)
Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/updatedatabase.pl

index 7729a7e..fddc681 100755 (executable)
@@ -4277,7 +4277,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.03.00.049';
+$DBversion = '3.03.00.XXX';
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE `accountlines` ADD `note` text NULL default NULL");
     $dbh->do("ALTER TABLE `accountlines` ADD `manager_id` int( 11 ) NULL ");