diff --git a/gulliver/system/class.dbMaintenance.php b/gulliver/system/class.dbMaintenance.php index 2954506d7..bd55d0595 100755 --- a/gulliver/system/class.dbMaintenance.php +++ b/gulliver/system/class.dbMaintenance.php @@ -450,7 +450,7 @@ class DataBaseMaintenance } } - $sQuery = 'LOCK TABLES ' . implode( ' READ, ', $aTables ) . ' READ; '; + $sQuery = "LOCK TABLES " . implode( " READ, ", $aTables ) . " READ; "; if (@mysql_query( $filter->preventSqlInjection($sQuery) )) { echo " [OK]\n"; @@ -712,4 +712,3 @@ $o2->connect(); $o2->restoreFromSql('/home/erik/backs/schema_os.sql'); $o2->restoreAllData('sql'); */ -