You are here

function getlocations_fields_smart_ip in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_fields/getlocations_fields.functions.inc \getlocations_fields_smart_ip()

Return value

Returns location array

1 string reference to 'getlocations_fields_smart_ip'
getlocations_fields_menu in modules/getlocations_fields/getlocations_fields.module
Implements hook_menu().

File

modules/getlocations_fields/getlocations_fields.functions.inc, line 516
getlocations_fields.functions.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_fields_smart_ip() {
  $location = getlocations_fields_smart_ip_get();
  drupal_json_output($location);
}