Skip to content
Snippets Groups Projects
Commit 01b53752 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Optimisation performances migration

parent 89829052
No related branches found
No related tags found
No related merge requests found
......@@ -685,7 +685,7 @@ class DoliDb
if ($table) $like = "LIKE '".$table."'";
$sql="SHOW TABLES FROM ".$database." ".$like.";";
//print $sql;
$result = mysql_query($this->db, $sql);
$result = mysql_query($sql, $this->db);
while($row = mysql_fetch_array($result))
{
$listtables[] = $row[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment