Commit 0c327facdb1e7728f4e7100612ded220495ec1a0
1 parent
e118eb85
Exists in
master
and in
7 other branches
Correção no cadastro de ws
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin1/cadastros/servicos/exec.php
@@ -54,7 +54,7 @@ switch ($funcao) { | @@ -54,7 +54,7 @@ switch ($funcao) { | ||
54 | } | 54 | } |
55 | break; | 55 | break; |
56 | case "LISTAUNICO" : | 56 | case "LISTAUNICO" : |
57 | - $dados = \admin\cadastros\servicos\listar ( $dbh, id_ws ); | 57 | + $dados = \admin\cadastros\servicos\listar ( $dbh, $id_ws ); |
58 | $dbhw = null; | 58 | $dbhw = null; |
59 | $dbh = null; | 59 | $dbh = null; |
60 | if ($dados === false) { | 60 | if ($dados === false) { |