You are here

function smart_ip_update_6003 in Smart IP 6.2

Assure that cache_smart_ip ISN'T memcache based

File

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

Code

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