function user_restrictions_cron in User restrictions 7
Same name and namespace in other branches
- 8 user_restrictions.module \user_restrictions_cron()
Implements hook_cron().
File
- ./
user_restrictions.module, line 11 - Specifies rules for restricting the data users can set for their accounts.
Code
function user_restrictions_cron() {
UserRestrictions::deleteExpired();
}