From 778a95ad317b74ee49c4035319dda93d03fc8426 Mon Sep 17 00:00:00 2001 From: Caroline Salib Date: Mon, 18 Jan 2016 18:04:25 -0200 Subject: [PATCH] Removido duplicidade de parĂ¢metro na classe clsLogradouro; portabilis/ieducar#169; i-educar/i-educar#29; --- ieducar/intranet/include/pessoa/clsLogradouro.inc.php | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) 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