diff --git a/ieducar/intranet/educar_matricula_turma_cad.php b/ieducar/intranet/educar_matricula_turma_cad.php index fc68237..a273ac3 100644 --- a/ieducar/intranet/educar_matricula_turma_cad.php +++ b/ieducar/intranet/educar_matricula_turma_cad.php @@ -182,11 +182,10 @@ class indice extends clsCadastro 0, NULL, $sequencialEnturmacao); - if ($enturmacao->edita()){ $enturmacao->marcaAlunoRemanejado($this->data_enturmacao); return true; - }else + } else { return false; } } -- libgit2 0.21.2