]> git.llucax.com Git - mecon/ai.git/commitdiff
Se arregla un bug.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 4 Jul 2003 22:20:34 +0000 (22:20 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 4 Jul 2003 22:20:34 +0000 (22:20 +0000)
sistema/local_lib/GrupoSecciones.php

index 136ebfd800bea94c706164aed52e1714a49a55ce..3b49711dcabbb040d464467206ff4697181de268 100644 (file)
@@ -159,6 +159,7 @@ class GrupoSecciones {
         $this->grupo        = $grupo;
         $this->nombre       = $nombre;
         $this->grupo_padre  = $grupo_padre;
+        $this->habilitado   = $habilitado;
         $this->antiguedad   = $antiguedad;
         $this->mostrar_hijos= $mostrar_hijos;
         // Obtengo secciones.
@@ -302,4 +303,4 @@ class GrupoSecciones {
 
 } // -X2C Class :GrupoSecciones
 
-?>
\ No newline at end of file
+?>