mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix: Enhance repair tool
Qual: Remove a TODO.
This commit is contained in:
@@ -1888,7 +1888,7 @@ function dol_print_error($db='',$error='')
|
||||
{
|
||||
global $conf,$langs,$argv;
|
||||
global $dolibarr_main_prod;
|
||||
|
||||
|
||||
$out = '';
|
||||
$syslog = '';
|
||||
|
||||
@@ -1976,7 +1976,6 @@ function dol_print_error($db='',$error='')
|
||||
$syslog.=", msg=".$msg;
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($dolibarr_main_prod) && $_SERVER['DOCUMENT_ROOT'] && function_exists('xdebug_call_file'))
|
||||
{
|
||||
xdebug_print_function_stack();
|
||||
|
||||
Reference in New Issue
Block a user