X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/3715026a9cb67dcb765d39a236912ca80918101d..bf3397e09f20d6ee9ea3bfeec51e56f24118aae9:/sistema/www/index.php diff --git a/sistema/www/index.php b/sistema/www/index.php index 81cd6a3..090c6fb 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -33,8 +33,8 @@ prepend_include_path('/var/www/sistemas/ai/sistema/local_lib'); // Debug. {{{ require_once 'PEAR.php'; -#PEAR::setErrorHandling(PEAR_ERROR_TRIGGER); -PEAR::setErrorHandling(PEAR_ERROR_RETURN); +PEAR::setErrorHandling(PEAR_ERROR_TRIGGER); +#PEAR::setErrorHandling(PEAR_ERROR_RETURN); // }}} // Creo el Marco. {{{