X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/5d846220fef75205596d50aef4567163db414749..62beba00b0f7e8dd796cf09a353bf3e01792866e:/sistema/local_lib/GrupoSecciones.php diff --git a/sistema/local_lib/GrupoSecciones.php b/sistema/local_lib/GrupoSecciones.php index a998521..1da10fc 100644 --- a/sistema/local_lib/GrupoSecciones.php +++ b/sistema/local_lib/GrupoSecciones.php @@ -1,5 +1,5 @@ _hijos = array(); $hijo = new GrupoSecciones; - $err = $hijo->cargar($result); + $err = $hijo->cargar($result); while (!PEAR::isError($err)) { $this->_hijos[] = $hijo->__clone(); $err = $hijo->cargar($result);