X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/d374755a39b0fc94d14a25590acea0a3f5ce6633..950719e82287bf487010a793a5e4e40ce374e21c:/lib/MECON/Tiempo/Banda.php diff --git a/lib/MECON/Tiempo/Banda.php b/lib/MECON/Tiempo/Banda.php index 4488885..4ab49b8 100644 --- a/lib/MECON/Tiempo/Banda.php +++ b/lib/MECON/Tiempo/Banda.php @@ -45,7 +45,7 @@ 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());