X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/6295690d016e83a22cd0f402e8ac71c3d35ca4a1..b4e7eda9fbd9e8515c202316b5f6f150809cee37:/sistema/www/index.php diff --git a/sistema/www/index.php b/sistema/www/index.php index 90cdcd7..c5d0bf6 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. {{{