]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Tiempo/Banda.php
Se corrige documentacion.
[mecon/meconlib.git] / lib / MECON / Tiempo / Banda.php
index 448888523ba493407c624878e8b5f56f7b212559..4ab49b8d9938abcb46a20aa0e65a880ddcefd312 100644 (file)
@@ -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());