| 1 |
<?php |
<?php |
| 2 |
// $Id: location_views_handler_filter_proximity.inc,v 1.2 2008/09/16 18:23:09 bdragon Exp $ |
// $Id: location_views_handler_filter_proximity.inc,v 1.3 2008/12/03 22:51:23 bdragon Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* General proximity filter for location latitude/longitude. |
* General proximity filter for location latitude/longitude. |
| 162 |
if ($this->options['type'] == 'postal' || $this->options['type'] == 'postal_default') { |
if ($this->options['type'] == 'postal' || $this->options['type'] == 'postal_default') { |
| 163 |
// Force default for country. |
// Force default for country. |
| 164 |
if ($this->options['type'] == 'postal_default') { |
if ($this->options['type'] == 'postal_default') { |
| 165 |
$this->value['country'] = variable_get('location_default_country', 'us'); |
$this->value['country'] = variable_get('site_default_country', 'us'); |
| 166 |
} |
} |
| 167 |
|
|
| 168 |
// Zip code lookup. |
// Zip code lookup. |