You are here

function complete_profile_update_check_timestamp in Complete profile 7

Reset the minimum timestamp that requires re-checking all accounts.

2 calls to complete_profile_update_check_timestamp()
complete_profile_field_create_instance in ./complete_profile.module
Implements hook_field_create_instance().
complete_profile_field_update_instance in ./complete_profile.module
Implements hook_field_update_instance().
1 string reference to 'complete_profile_update_check_timestamp'
complete_profile_form_profile_field_form_alter in ./complete_profile.module
Implements hook_form_FORM_ID_alter().

File

./complete_profile.module, line 109

Code

function complete_profile_update_check_timestamp() {
  variable_set('complete_profile_check_timestamp', REQUEST_TIME);
}