You are here

function userpoints_cron in User Points 5.3

Same name and namespace in other branches
  1. 6 userpoints.module \userpoints_cron()
  2. 7.2 userpoints.module \userpoints_cron()
  3. 7 userpoints.module \userpoints_cron()

File

./userpoints.module, line 1530

Code

function userpoints_cron() {
  userpoints_expire_transactions();
}