correcciones

This commit is contained in:
marcelo.cuiza
2015-05-05 16:53:34 -04:00
parent 46f22b2f29
commit 8a9cc36cec

View File

@@ -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');
*/