diff --git a/ieducar/intranet/include/pessoa/clsLogradouro.inc.php b/ieducar/intranet/include/pessoa/clsLogradouro.inc.php index ca53be7..8563d09 100755 --- a/ieducar/intranet/include/pessoa/clsLogradouro.inc.php +++ b/ieducar/intranet/include/pessoa/clsLogradouro.inc.php @@ -253,11 +253,6 @@ class clsLogradouro $where .= "{$whereAnd}idmun = '$int_idmun'"; $whereAnd = " AND "; } - if( is_numeric( $int_idmun ) ) - { - $where .= "{$whereAnd}idmun = '$int_idmun'"; - $whereAnd = " AND "; - } if( is_string( $str_geom ) ) { $where .= "{$whereAnd}geom LIKE '%$str_geom%'"; -- libgit2 0.21.2