X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/79ef65118eefbd09cf3007abb74b3b9e18ebb88e..de4cfadb31bf782b45184a44ba02bb73f8cc2f77:/sistema/www/perfiles/perfiles-datos.php diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index 7083e07..8014f7c 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -55,9 +55,9 @@ $SAMURAI_PERM->chequear(SAMURAI_ALTA_PERFIL,SAMURAI_BAJA_PERFIL,SAMURAI_MODI_PER $SISTEMA = new SAMURAI_Sistema ($DB, $_SESSION['samurai']['id_sistema']); } // }}} - //OBTENGO LOS PERMISOS DEL SISTEMA {{{ $ASOCIACIONES = $SISTEMA->getAsociaciones(); + $PERMISOS = array (); foreach ($ASOCIACIONES as $as) { $clave = $as['id'].'##'.$as['obs']; @@ -77,7 +77,6 @@ $SAMURAI_PERM->chequear(SAMURAI_ALTA_PERFIL,SAMURAI_BAJA_PERFIL,SAMURAI_MODI_PER break; } //}}} - //AGREGO LOS ELEMENTOS AL FORM {{{ $FORM->addElement ('static', 'id_perfil' , 'Id Perfil' , $PERFIL->getId() ); $FORM->addElement ('static', 'desc_perfil', 'Descricion' , $PERFIL->getDescripcion() );