X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/b526d86fed66b8450614b12a158c811366489fdd..efefba10aeaaa7d31d1339e5db0f6a5425467631:/sistema/www/secciones_ocultas.php diff --git a/sistema/www/secciones_ocultas.php b/sistema/www/secciones_ocultas.php index 1c34f31..27177d6 100644 --- a/sistema/www/secciones_ocultas.php +++ b/sistema/www/secciones_ocultas.php @@ -53,7 +53,7 @@ PEAR::setErrorHandling(PEAR_ERROR_RETURN); require_once 'AI/DB.php'; $db =& AI_DB::connect('../conf/DB.ini'); if (DB::isError($db)) { - die($db->getMessage()); + trigger_error($db->getMessage(), E_USER_ERROR); } // }}}