You are here

function device_geolocation_update_7000 in Smart IP 7

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

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_7000() {
  cache_clear_all();
}