You are here

function smart_ip_update_6002 in Smart IP 6

Same name and namespace in other branches
  1. 6.2 smart_ip.install \smart_ip_update_6002()

Corrected GeoIP Web Service city to city_isp_org.

File

./smart_ip.install, line 177

Code

function smart_ip_update_6002() {
  if (variable_get('smart_ip_maxmind_service', 'country') == 'city') {
    variable_set('smart_ip_maxmind_service', 'city_isp_org');
  }
}