Index: trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoords.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | * |
36 | 36 | * TODO: Add support for a per-coordinate set distance parameter. |
37 | 37 | */ |
38 | | -function smfGetGeoProximitySQLCondition( &$where, $description, $tablename, $fieldname, $dbs ) { |
| 38 | +function smfGetGeoProximitySQLCondition( &$where, SMGeoCoordsValueDescription $description, $tablename, $fieldname, $dbs ) { |
39 | 39 | global $smgGeoCoordDistance; |
40 | 40 | |
41 | 41 | $where = ''; |