]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/Servicios/Bandas/Agente.php
-Puse en el formulario de index.php el modelo nuevo de MECON_HTML_Tabla estilo medio.
[mecon/intranet.git] / sistema / local_lib / Servicios / Bandas / Agente.php
index 7ba4e13aac5b94c71b492364305593e92550c4ab..0807d08a1a2d807fa9f3bb38d35a5fc5049a2454 100644 (file)
@@ -173,7 +173,9 @@ class Servicios_Bandas_Agente extends MECON_Agente {
      */
     function Servicios_Bandas_Agente($agente = null, $fecha = null) // ~X2C
     {
      */
     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)) 
         $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
     // -X2C
 
 } // -X2C Class :Servicios_Bandas_Agente
-?>
\ No newline at end of file
+?>