Exemplo n.º 1
0
 /**
  * Set the active error-handler settings
  */
 public static function setActive($frame)
 {
     $GLOBALS['_PEAR_default_error_mode'] = $frame['_PEAR_default_error_mode'];
     $GLOBALS['_PEAR_default_error_options'] = $frame['_PEAR_default_error_options'];
     CRM_Core_Error::$modeException = $frame['modeException'];
 }