]> git.llucax.com Git - mecon/ai.git/commitdiff
Se cambia el manejo de errores para que sea más amigable.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 28 Jul 2003 21:34:28 +0000 (21:34 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 28 Jul 2003 21:34:28 +0000 (21:34 +0000)
sistema/www/index.php

index 90cdcd755ac9ca7243401c6e4c2954d6186cceef..c5d0bf64b01cea62b5444e412a37386ae362747d 100644 (file)
@@ -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. {{{