if ($_GET['arrFilter']['property_NEWS_REGION'] > 0 && $_GET['ajax'] == 1) {
$GLOBALS['arrFilter'][0] = Array("LOGIC"=>"OR",
Array("property_NEWS_REGION" => false),
Array("property_NEWS_REGION" => $_GET['arrFilter']['property_NEWS_REGION'])
);
}
unset($GLOBALS['property_NEWS_REGION']); |