X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/051a61896eceaa43618c6c61c85502a74d7910b4..868dbd551a017f53a02aec2ff4670c8012e2cebc:/sistema/local_lib/Servicios/Bandas/Agente.php diff --git a/sistema/local_lib/Servicios/Bandas/Agente.php b/sistema/local_lib/Servicios/Bandas/Agente.php index 7ba4e13..0807d08 100644 --- a/sistema/local_lib/Servicios/Bandas/Agente.php +++ b/sistema/local_lib/Servicios/Bandas/Agente.php @@ -173,7 +173,9 @@ class Servicios_Bandas_Agente extends MECON_Agente { */ function Servicios_Bandas_Agente($agente = null, $fecha = null) // ~X2C { - Parent::MECON_Agente($agente); + parent::MECON_Agente($agente); + + $dsn = 'mysql://intranet:intranet@bal747f/bandas'; $db = DB::connect($dsn); if (DB::isError($db)) @@ -254,4 +256,4 @@ class Servicios_Bandas_Agente extends MECON_Agente { // -X2C } // -X2C Class :Servicios_Bandas_Agente -?> \ No newline at end of file +?>