Skip to content

Commit

Permalink
Remove duplicidades
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jun 28, 2022
1 parent 409bb5a commit a6e3a96
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_cod_religiao) || $this->ref_cod_religiao == 'NULL') {
$set .= "{$gruda}ref_cod_religiao = {$this->ref_cod_religiao}";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_cod_serie)) {
$set .= "{$gruda}ref_cod_serie = {$this->ref_cod_serie}";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';
$campos = '';

if (is_numeric($this->ano_letivo)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_usuario_exc)) {
$set .= "{$gruda}ref_usuario_exc = '{$this->ref_usuario_exc}'";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_usuario_cad)) {
$set .= "{$gruda}ref_usuario_cad = '{$this->ref_usuario_cad}'";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_string($this->nm_disciplina)) {
$disciplina = $db->escapeString($this->nm_disciplina);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_cod_reserva_vaga)) {
$set .= "{$gruda}ref_cod_reserva_vaga = '{$this->ref_cod_reserva_vaga}'";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';
if (is_numeric($this->ref_cod_disciplina)) {
$set .= "{$gruda}ref_cod_disciplina = '{$this->ref_cod_disciplina}'";
$gruda = ', ';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_idesco)) {
$set .= "{$gruda}ref_idesco = '{$this->ref_idesco}'";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ public function edita()
$db = new clsBanco();
$gruda = '';
$set = '';
$gruda = '';

if (is_numeric($this->ref_usuario_exc)) {
$set .= "{$gruda}ref_usuario_exc = '{$this->ref_usuario_exc}'";
Expand Down

0 comments on commit a6e3a96

Please sign in to comment.