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()
1 string reference to 'complete_profile_update_check_timestamp'
File
- ./
complete_profile.module, line 109
Code
function complete_profile_update_check_timestamp() {
variable_set('complete_profile_check_timestamp', REQUEST_TIME);
}