Commit 778a95ad317b74ee49c4035319dda93d03fc8426
1 parent
a11b5a5e
Exists in
master
Removido duplicidade de parâmetro na classe clsLogradouro;
portabilis/ieducar#169; i-educar/i-educar#29;
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
ieducar/intranet/include/pessoa/clsLogradouro.inc.php
... | ... | @@ -253,11 +253,6 @@ class clsLogradouro |
253 | 253 | $where .= "{$whereAnd}idmun = '$int_idmun'"; |
254 | 254 | $whereAnd = " AND "; |
255 | 255 | } |
256 | - if( is_numeric( $int_idmun ) ) | |
257 | - { | |
258 | - $where .= "{$whereAnd}idmun = '$int_idmun'"; | |
259 | - $whereAnd = " AND "; | |
260 | - } | |
261 | 256 | if( is_string( $str_geom ) ) |
262 | 257 | { |
263 | 258 | $where .= "{$whereAnd}geom LIKE '%$str_geom%'"; | ... | ... |