You are here

function userpoints_cron in User Points 6

Same name and namespace in other branches
  1. 5.3 userpoints.module \userpoints_cron()
  2. 7.2 userpoints.module \userpoints_cron()
  3. 7 userpoints.module \userpoints_cron()
1 call to userpoints_cron()
UserpointsTestCase::testExpiration in tests/userpoints_api.test

File

./userpoints.module, line 1677

Code

function userpoints_cron() {
  userpoints_expire_transactions();
}