Commit 53a48789c08f9b84526969bf5031bdee5d8b44c4
1 parent
d13b960a
Exists in
master
Corrigido bug de syntax php;
portabilis/ieducar#167
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
ieducar/intranet/include/pmieducar/educar_campo_lista.php
@@ -24,8 +24,7 @@ | @@ -24,8 +24,7 @@ | ||
24 | * 02111-1307, USA. * | 24 | * 02111-1307, USA. * |
25 | * * | 25 | * * |
26 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | 26 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
27 | -?> | ||
28 | -<? $pessoa_logada = $_SESSION['id_pessoa']; | 27 | + $pessoa_logada = $_SESSION['id_pessoa']; |
29 | 28 | ||
30 | if(!isset($exibe_campo_lista_curso_escola)) | 29 | if(!isset($exibe_campo_lista_curso_escola)) |
31 | { | 30 | { |