Skip to content

Commit

Permalink
Fix: Log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 10, 2013
1 parent 15e8687 commit 9dd201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/admin.lib.php
Expand Up @@ -300,7 +300,7 @@ function run_sql($sqlfile,$silent=1,$entity='',$usesavepoint=1,$handler='',$oker
$sqlmodified++;
}

if ($sqlmodified) dol_syslog('Admin.lib::run_sql New Request '.($i+1).' (replacing '.$from.' to '.$to.') sql='.$newsql, LOG_DEBUG);
if ($sqlmodified) dol_syslog('Admin.lib::run_sql New Request '.($i+1).' sql='.$newsql, LOG_DEBUG);

$result=$db->query($newsql,$usesavepoint);
if ($result)
Expand Down

0 comments on commit 9dd201d

Please sign in to comment.