projects
/
project/location.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8d50c52
)
bug #578216 by Blackice2999 - Proximity filter not working for countries that do...
author
Reuben Turk
Sun, 13 Jun 2010 09:27:10 +0000 (09:27 +0000)
committer
Reuben Turk
Sun, 13 Jun 2010 09:27:10 +0000 (09:27 +0000)
location.inc
patch
|
blob
|
blame
|
history
diff --git
a/location.inc
b/location.inc
index
d0c6f73
..
ef5a570
100644
(file)
--- a/
location.inc
+++ b/
location.inc
@@
-279,7
+279,7
@@
function location_latlon_rough($location = array()) {
return $latlon_function($location);
}
else {
- return NULL;
+ return location_latlon_exact($location);
}
}