You are here

function hosting_form_verify_reqd_submit in Hosting 6.2

Submit handler to add a message that verify is required for changes to take effect. See: https://drupal.org/node/1761932

1 string reference to 'hosting_form_verify_reqd_submit'
hosting_form_alter in ./hosting.module
Implementation of hook_form_alter().

File

./hosting.module, line 815
Hosting module.

Code

function hosting_form_verify_reqd_submit() {
  drupal_set_message('Any changes will take effect once the scheduled Verify task has been processed.');
}