Skip to content

Commit

Permalink
fix warning message into function2.lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian HENRY committed May 7, 2014
1 parent 50a6cac commit 395e09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions2.lib.php
Expand Up @@ -1286,7 +1286,7 @@ function getListOfModels($db,$type,$maxfilenamelength=0)
$sql.= " WHERE type = '".$type."'";
$sql.= " AND entity IN (0,".(! empty($conf->multicompany->enabled) && ! empty($conf->multicompany->transverse_mode)?"1,":"").$conf->entity.")";

dol_syslog(get_class($this).'::getListOfModels sql='.$sql, LOG_DEBUG);
dol_syslog('/core/lib/function2.lib.php::getListOfModels sql='.$sql, LOG_DEBUG);
$resql = $db->query($sql);
if ($resql)
{
Expand Down

0 comments on commit 395e09d

Please sign in to comment.