]> git.llucax.com Git - mecon/intranet.git/commitdiff
- Cambia la interfase de MECON_Agente
authorMartín Marrese <marrese@gmail.com>
Mon, 26 Apr 2004 19:50:06 +0000 (19:50 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 26 Apr 2004 19:50:06 +0000 (19:50 +0000)
sistema/www/servicios/bandas/index.php
sistema/www/servicios/legajos/legajo.php

index 779c49f2a723baf6b5c52a566a04d0aff2565bd8..5f032a647a808c3466e7016a3f7c13ec276548ae 100644 (file)
@@ -47,7 +47,7 @@ $MARCO =& new HTML_DietMarco('servicios','Bandas Horarias');
 //}}}
 
 //{{{ CHEQUEO SI EL USUARIO NO ES CONTRATADO O NO ESTA EN LAS BASES DE RRHH
-$agente =& new MECON_Agente($_SESSION['documento']);
+$agente =& new MECON_Agente($DB, $_SESSION['documento']);
 
 if(!$agente->buscarAgente($_SESSION['documento']))
 {
index 090625cc7d1cbf59f7cc07bb3e075f6faadead5d..a0fcc30361843c0296f98d8055713bf6fc1d70f6 100755 (executable)
@@ -30,7 +30,7 @@ $T = new HTML_Table(array (   'width'=>'750',
                                                        'cellpadding'   => '0',
                                                        'bgcolor'   => '#FFFFFF'));
 
-$agente = new MECON_Agente(NULL);
+$agente = new MECON_Agente($DB, NULL);
 if(!($agente->buscarAgente($nrodoc)) or ($agente->buscarAgente($nrodoc) and preg_match('/^CON/',$agente->getTipo())))
 {
        $mensaje = new HTML_Mensaje('alerta', 'Información no disponible', 300);