Commit 76af8a06504a26af0a3a9d58505c28f81c17bcf7

Authored by Eder Soares
Committed by GitHub
2 parents 366db7ee 4d4ac999
Exists in 2.9 and in 7 other branches 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8

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 51 $this->simpleRedirect('educar_fonte_lst.php');
52 52 }
53 53  
54   - ç
55   -
56 54 $obj_permissoes = new clsPermissoes();
57 55 $nivel_usuario = $obj_permissoes->nivel_acesso($this->pessoa_logada);
58 56 if ($nivel_usuario == 1)
... ...