From 8a9cc36cece261869bacfc2d1cab61d74591a8c8 Mon Sep 17 00:00:00 2001 From: "marcelo.cuiza" Date: Tue, 5 May 2015 16:53:34 -0400 Subject: [PATCH] correcciones --- gulliver/system/class.dbMaintenance.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); */ -