2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2024-04-23 17:14:10 +02:00
parent 29155d35cc
commit 5738709681
3 changed files with 5 additions and 4 deletions

View File

@@ -384,7 +384,7 @@ function run_sql($sqlfile, $silent = 1, $entity = 0, $usesavepoint = 1, $handler
//print 'Request '.($i + 1)." contains non allowed instructions.<br>\n";
//print "newsqlclean = ".$newsqlclean."<br>\n";
dol_syslog('Admin.lib::run_sql Request '.($i + 1)." contains PHP code and checking this code returns errorphpcheck='.$errorphpcheck.'", LOG_WARNING);
dol_syslog('$sql='.$sql, LOG_DEBUG);
dol_syslog("sql=".$sql, LOG_DEBUG);
break;
}