Skip to content

Commit

Permalink
Remove código morto
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 1, 2024
1 parent c0a3bda commit 1d9e7f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions ieducar/intranet/educar_reserva_vaga_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ public function Formular()
$this->title = 'Reserva Vaga';
$this->processoAp = '639';
}
};

?>

public function makeExtra()
{
return <<<SCRIPT
<script type='text/javascript'>
document.getElementById('ref_cod_escola').onchange = function() {
getEscolaCurso();
Expand All @@ -157,3 +157,6 @@ public function Formular()
getEscolaCursoSerie();
}
</script>
SCRIPT;
}
};
2 changes: 0 additions & 2 deletions ieducar/modules/Api/Views/AlunoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1818,8 +1818,6 @@ protected function validatePhoto()

return false;
}

return false;
} else {
$this->objPhoto = null;

Expand Down

0 comments on commit 1d9e7f7

Please sign in to comment.