function contact_update_7000

Rename the threshold limit variable.

Related topics

File

modules/contact/contact.install, line 118

Code

function contact_update_7000() {
    variable_set('contact_threshold_limit', variable_get('contact_hourly_threshold', 5));
    variable_del('contact_hourly_threshold');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.