]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/legajos/legajo.php
Se corrige un bug.
[mecon/intranet.git] / sistema / www / servicios / legajos / legajo.php
index 93d21f7fa2d8613dabe4a9633f111396376f60a1..152051cd1b16ba4059cfaaa977ab8ab95684869c 100755 (executable)
@@ -26,7 +26,7 @@ foreach (array('Personales','Domicilio','Cobertura','Estudios','Antiguedad','Lab
        array_push($arbol_valores,$aa);
 }
 
-$arbol = new HTML_Arbol($arbol_valores,'Datos');
+$arbol = new MECON_HTML_Arbol($arbol_valores,'Datos');
 $m->addStyleSheet($arbol->getCSS());
 $m->addStyleSheet('/MECON/css/general_estilos.css');
 $T = new HTML_Table(array (    'width'=>'750',