From 7e36bc2e4dc59380e604df51259ed24847c2b259 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Mon, 26 Apr 2004 19:50:06 +0000 Subject: [PATCH] - Cambia la interfase de MECON_Agente --- sistema/www/servicios/bandas/index.php | 2 +- sistema/www/servicios/legajos/legajo.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sistema/www/servicios/bandas/index.php b/sistema/www/servicios/bandas/index.php index 779c49f..5f032a6 100644 --- a/sistema/www/servicios/bandas/index.php +++ b/sistema/www/servicios/bandas/index.php @@ -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'])) { diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index 090625c..a0fcc30 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -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); -- 2.43.0