From 7e73ea6feb2574d4698f578c6f457e4458e41f90 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 4 Feb 2004 18:34:21 +0000 Subject: [PATCH 1/1] Se cambia para la nueva API de MECON_Dependencia. --- sistema/www/servicios/legajos/legajo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index b796350..c8a99f0 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -62,7 +62,7 @@ if(!preg_match('/^CON/',$agente->getTipo())) $datos_experiencia = $antiguedad->getExperiencia(); $datos_familiares = $familiares->getFamiliares(); $datos_hijos = $familiares->getHijos(); - $dep = new MECON_Dependencia($agente->getDependencia()); + $dep = new MECON_Dependencia($DB, $agente->getDependencia()); } $arbol_valores = array(); -- 2.43.0