Commit 7b756b05f0e51eec7437478c56316c2a69d20e29
1 parent
fd0f399f
Exists in
master
Alterado nível de acesso para nível Escola
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
ieducar/intranet/educar_servidor_curso_lst.php
... | ... | @@ -95,7 +95,7 @@ class indice extends clsCadastro |
95 | 95 | |
96 | 96 | $obj_permissoes = new clsPermissoes(); |
97 | 97 | |
98 | - $obj_permissoes->permissao_cadastra(635, $this->pessoa_logada, 3, 'educar_servidor_lst.php'); | |
98 | + $obj_permissoes->permissao_cadastra(635, $this->pessoa_logada, 7, 'educar_servidor_lst.php'); | |
99 | 99 | |
100 | 100 | if (is_numeric($this->cod_servidor) && is_numeric($this->ref_cod_instituicao)) { |
101 | 101 | $obj = new clsPmieducarServidor($this->cod_servidor, NULL, NULL, NULL, NULL, | ... | ... |
ieducar/intranet/educar_servidor_disciplina_lst.php
... | ... | @@ -96,7 +96,7 @@ class indice extends clsCadastro |
96 | 96 | |
97 | 97 | $obj_permissoes = new clsPermissoes(); |
98 | 98 | |
99 | - $obj_permissoes->permissao_cadastra(635, $this->pessoa_logada, 3, | |
99 | + $obj_permissoes->permissao_cadastra(635, $this->pessoa_logada, 7, | |
100 | 100 | 'educar_servidor_lst.php'); |
101 | 101 | |
102 | 102 | if (is_numeric($this->cod_servidor) && is_numeric($this->ref_cod_instituicao)) { | ... | ... |