You are here

function _smart_ip_database_reset_update_submit in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/smart_ip.admin.inc \_smart_ip_database_reset_update_submit()

Reset Smart IP local database update process.

1 string reference to '_smart_ip_database_reset_update_submit'
smart_ip_admin_settings in includes/smart_ip.admin.inc
Smart IP administration settings.

File

includes/smart_ip.admin.inc, line 563
Admin interface callbacks/handlers to configure Smart IP.

Code

function _smart_ip_database_reset_update_submit($form, &$form_state) {
  smart_ip_reset_db_update_meta_data();
  drupal_set_message(t('The Smart IP local database update process is now reset.'));
}