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,6 +117,7 @@ switch (strtoupper($funcao)) | ||
117 | break; | 117 | break; |
118 | case "EXCLUIRPAPELUSUARIO": | 118 | case "EXCLUIRPAPELUSUARIO": |
119 | retornaJSON(excluirPapelUsuario()); | 119 | retornaJSON(excluirPapelUsuario()); |
120 | + exit; | ||
120 | break; | 121 | break; |
121 | case "LISTAPAPEIS": | 122 | case "LISTAPAPEIS": |
122 | retornaJSON(pegaDados("SELECT * from ".$esquemaadmin."i3geousr_papeis order by nome")); | 123 | retornaJSON(pegaDados("SELECT * from ".$esquemaadmin."i3geousr_papeis order by nome")); |