function userpoints_cron in User Points 7.2
Same name and namespace in other branches
- 5.3 userpoints.module \userpoints_cron()
- 6 userpoints.module \userpoints_cron()
- 7 userpoints.module \userpoints_cron()
Implements hook_cron().
File
- ./
userpoints.module, line 1176
Code
function userpoints_cron() {
userpoints_expire_transactions();
}