From ea533f561029dc576bbcc38f27b738f2623ead45 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Jul 2005 22:01:32 +0000 Subject: [PATCH] Fix: Meilleur compatibilite (suppression ini_set inutile) --- htdocs/includes/pear/PEAR.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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