Fix: Meilleur compatibilite (suppression ini_set inutile)
This commit is contained in:
parent
03f9d26eed
commit
ea533f5610
@ -46,7 +46,8 @@ $GLOBALS['_DOLIPEAR_destructor_object_list'] = array();
|
|||||||
$GLOBALS['_DOLIPEAR_shutdown_funcs'] = array();
|
$GLOBALS['_DOLIPEAR_shutdown_funcs'] = array();
|
||||||
$GLOBALS['_DOLIPEAR_error_handler_stack'] = 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
|
* Base class for other DOLIPEAR classes. Provides rudimentary
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user