Commit c5b0afa2315230e986edf431bf697874d34248fe
1 parent
70c05728
Exists in
master
and in
7 other branches
Correção na função de remoção de usuários no sistema de administração
Showing
2 changed files
with
1 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin/php/usuarios.php
... | ... | @@ -117,6 +117,7 @@ switch (strtoupper($funcao)) |
117 | 117 | break; |
118 | 118 | case "EXCLUIRPAPELUSUARIO": |
119 | 119 | retornaJSON(excluirPapelUsuario()); |
120 | + exit; | |
120 | 121 | break; |
121 | 122 | case "LISTAPAPEIS": |
122 | 123 | retornaJSON(pegaDados("SELECT * from ".$esquemaadmin."i3geousr_papeis order by nome")); | ... | ... |