X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/5d846220fef75205596d50aef4567163db414749..f2ed326c69eef8b30b23256b53f40271ec66bc30:/sistema/local_lib/GrupoSecciones.php diff --git a/sistema/local_lib/GrupoSecciones.php b/sistema/local_lib/GrupoSecciones.php index a998521..30b2620 100644 --- a/sistema/local_lib/GrupoSecciones.php +++ b/sistema/local_lib/GrupoSecciones.php @@ -254,7 +254,7 @@ class GrupoSecciones { } return true; } - return PEAR::raiseError("No hay un grupo valido para borrar"); + return PEAR::raiseError("No hay un grupo vĂ¡lido para borrar"); } // -X2C @@ -274,7 +274,7 @@ class GrupoSecciones { } $this->_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);