Feature 1244 : bug fix

functions_mysql.inc.php must be loaded for install

git-svn-id: http://piwigo.org/svn/trunk@4326 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou 2009-11-20 14:55:32 +00:00
parent 924dd262ec
commit 8c17d369fa
2 changed files with 1 additions and 1 deletions

View file

@ -375,7 +375,6 @@ INSERT INTO '.$table_name.'
}
$query .= ')';
}
Log::getInstance()->debug($query);
pwg_query($query);
}
}