]> git.llucax.com Git - mecon/ai.git/blobdiff - sistema/local_lib/GrupoSecciones.php
Se agregan imagenes para que el marco se vea bien.
[mecon/ai.git] / sistema / local_lib / GrupoSecciones.php
index a9985214832046392be58e14868657774d63aaaa..1da10fcfbb0a7f7c8d9c4d93eec136bbbf9d8cf8 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
 // |                      Ministerio de Economía                        |
 // |                  AI (Administrador de Intranet)                    |
 // +--------------------------------------------------------------------+
 // |                      Ministerio de Economía                        |
 // |                  AI (Administrador de Intranet)                    |
@@ -254,7 +254,7 @@ class GrupoSecciones {
             }
             return true;
         }
             }
             return true;
         }
-        return PEAR::raiseError("No hay un grupo valido para borrar");
+        return PEAR::raiseError("No hay un grupo válido para borrar");
     }
     // -X2C
 
     }
     // -X2C
 
@@ -274,7 +274,7 @@ class GrupoSecciones {
         }
         $this->_hijos = array();
         $hijo = new 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);
         while (!PEAR::isError($err)) {
             $this->_hijos[] = $hijo->__clone();
             $err = $hijo->cargar($result);