You are here

function smart_ip_update_7004 in Smart IP 7.2

Assure that cache_smart_ip ISN'T memcache based

File

./smart_ip.install, line 219
Installation callback for Smart IP.

Code

function smart_ip_update_7004() {
  if (variable_get('cache_class_cache_smart_ip', FALSE)) {
    variable_set('cache_class_cache_smart_ip', 'DrupalDatabaseCache');
  }
}