function persistent_login_cron in Persistent Login 5
Same name and namespace in other branches
- 8 persistent_login.module \persistent_login_cron()
- 6 persistent_login.module \persistent_login_cron()
- 7 persistent_login.module \persistent_login_cron()
Implementation of hook_cron().
File
- ./
persistent_login.module, line 218
Code
function persistent_login_cron() {
_persistent_login_invalidate('cron', 'expires > 0 AND expires < %d', time());
}