From: Leandro Lucarella Date: Fri, 4 Jul 2003 22:20:34 +0000 (+0000) Subject: Se arregla un bug. X-Git-Tag: svn_import~60 X-Git-Url: https://git.llucax.com/mecon/ai.git/commitdiff_plain/14599c3512abed278fb33bd80e204cc4f1140500?hp=4d96a4e9e14558cb4b0d546041300ae0fa499d65 Se arregla un bug. --- diff --git a/sistema/local_lib/GrupoSecciones.php b/sistema/local_lib/GrupoSecciones.php index 136ebfd..3b49711 100644 --- a/sistema/local_lib/GrupoSecciones.php +++ b/sistema/local_lib/GrupoSecciones.php @@ -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 +?>