You are here

function device_geolocation_update_6000 in Smart IP 6

Same name and namespace in other branches
  1. 6.2 modules/device_geolocation/device_geolocation.install \device_geolocation_update_6000()

Rename 'field-coordinates' menu to 'geolocate-user'.

File

modules/device_geolocation/device_geolocation.install, line 24
Installation callback for Device Geolocation.

Code

function device_geolocation_update_6000() {
  cache_clear_all();
}