From b4e7eda9fbd9e8515c202316b5f6f150809cee37 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 28 Jul 2003 21:34:28 +0000 Subject: [PATCH] =?utf8?q?Se=20cambia=20el=20manejo=20de=20errores=20para?= =?utf8?q?=20que=20sea=20m=C3=A1s=20amigable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/www/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. {{{ -- 2.43.0