X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/d374755a39b0fc94d14a25590acea0a3f5ce6633..8266508aec785b49328716a9a95ac22a8735a3cc:/lib/MECON/Tiempo/Banda.php diff --git a/lib/MECON/Tiempo/Banda.php b/lib/MECON/Tiempo/Banda.php index 4488885..bbaea3b 100644 --- a/lib/MECON/Tiempo/Banda.php +++ b/lib/MECON/Tiempo/Banda.php @@ -45,10 +45,10 @@ class MECON_Tiempo_Banda { function Cargar($agente, $fecha) { // FIXME - lo que es base de datos debe VOLAR!!!!!!! - $dsn = "mysql://intranet:intranet@intranet-db/bandas"; + $dsn = "mysql://intranet:intranet@intranet-db.mecon.ar/bandas"; $db =& DB::connect($dsn , true); if(DB::isError($db)) - die($db->getMessage()); + trigger_error($db->getMessage(), E_USER_ERROR); $funcion = $db->getOne( "SELECT E.funcion @@ -69,7 +69,7 @@ class MECON_Tiempo_Banda { ORDER BY A.hora"; $result = $db->query($query); if(DB::isError($result)) - die($result->getMessage()); + trigger_error($result->getMessage(), E_USER_ERROR); if($funcion != 'SE') {//Version tough $int = null;