tiny follow-up: removing ` that are mysqlism
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 23 Mar 2012 16:16:55 +0000 (17:16 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 23 Mar 2012 16:16:55 +0000 (17:16 +0100)
installer/data/mysql/updatedatabase.pl

index 8259bf2..d753272 100755 (executable)
@@ -5030,7 +5030,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 $DBversion = "3.07.00.036";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(qq{
-       ALTER TABLE `z3950servers` ADD `timeout` INT( 11 ) NOT NULL DEFAULT '0' AFTER `syntax`;
+       ALTER TABLE z3950servers ADD timeout INT( 11 ) NOT NULL DEFAULT '0' AFTER syntax;
     });
     print "Upgrade to $DBversion done (New timeout field in z3950servers)\n";
     SetVersion($DBversion);