Commit 76af8a06504a26af0a3a9d58505c28f81c17bcf7
Committed by
GitHub
Exists in
2.9
and in
7 other branches
Merge pull request #6348 from portabilis/fix-funcao
Remove caracter perdido
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
ieducar/intranet/educar_funcao_det.php
@@ -51,8 +51,6 @@ class indice extends clsDetalhe | @@ -51,8 +51,6 @@ class indice extends clsDetalhe | ||
51 | $this->simpleRedirect('educar_fonte_lst.php'); | 51 | $this->simpleRedirect('educar_fonte_lst.php'); |
52 | } | 52 | } |
53 | 53 | ||
54 | - ç | ||
55 | - | ||
56 | $obj_permissoes = new clsPermissoes(); | 54 | $obj_permissoes = new clsPermissoes(); |
57 | $nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada); | 55 | $nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada); |
58 | if ($nivel_usuario == 1) | 56 | if ($nivel_usuario == 1) |