//fix correction norm in SQL manager

This commit is contained in:
lLefevre
2011-09-28 07:10:24 +00:00
parent 43575ba605
commit 3f5e26ab40
9 changed files with 2263 additions and 248 deletions
+1 -1
View File
@@ -1322,7 +1322,7 @@ class ToolsCore
{
if (strlen($sql) > 0)
{
require_once(_PS_TOOL_DIR_.'parser_sql/parser_sql.php');
require_once(_PS_TOOL_DIR_.'parser_sql/php-sql-parser.php');
$parser = new parserSql($sql);
return $parser->parsed;
}