Commit 53a48789c08f9b84526969bf5031bdee5d8b44c4

Authored by Caroline Salib
1 parent d13b960a
Exists in master

Corrigido bug de syntax php;

portabilis/ieducar#167
ieducar/intranet/include/pmieducar/educar_campo_lista.php
... ... @@ -24,8 +24,7 @@
24 24 * 02111-1307, USA. *
25 25 * *
26 26 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
27   -?>
28   -<? $pessoa_logada = $_SESSION['id_pessoa'];
  27 + $pessoa_logada = $_SESSION['id_pessoa'];
29 28  
30 29 if(!isset($exibe_campo_lista_curso_escola))
31 30 {
... ...