From: Leandro Lucarella Date: Wed, 4 Feb 2004 18:34:21 +0000 (+0000) Subject: Se cambia para la nueva API de MECON_Dependencia. X-Git-Tag: svn_import~55 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/7e73ea6feb2574d4698f578c6f457e4458e41f90?hp=51752326b82fed368e79077f4fa9901174cb24ba Se cambia para la nueva API de MECON_Dependencia. --- 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();