diff --git a/htdocs/includes/pear/PEAR.php b/htdocs/includes/pear/PEAR.php index db2f702ce0a..f3efd0829c2 100644 --- a/htdocs/includes/pear/PEAR.php +++ b/htdocs/includes/pear/PEAR.php @@ -46,7 +46,8 @@ $GLOBALS['_DOLIPEAR_destructor_object_list'] = array(); $GLOBALS['_DOLIPEAR_shutdown_funcs'] = array(); $GLOBALS['_DOLIPEAR_error_handler_stack'] = array(); -ini_set('track_errors', true); +// Fix LDR Pour compatibilité tout PHP +//ini_set('track_errors', true); /** * Base class for other DOLIPEAR classes. Provides rudimentary