You are here

function device_geolocation_update_8001 in Smart IP 8.3

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

Update block visibility context mapping.

File

modules/device_geolocation/device_geolocation.install, line 11
Contains install and update functions for Device Geolocation.

Code

function device_geolocation_update_8001() {
  drupal_flush_all_caches();
}