You are here

function userpoints_get_default_tid in User Points 6

Same name and namespace in other branches
  1. 5.3 userpoints.module \userpoints_get_default_tid()
  2. 7.2 userpoints.module \userpoints_get_default_tid()
  3. 7 userpoints.module \userpoints_get_default_tid()
3 calls to userpoints_get_default_tid()
UserpointsTestCase::testGetDefaultTid in tests/userpoints_api.test
userpoints_get_current_points in ./userpoints.module
Get current points of a user.
userpoints_get_max_points in ./userpoints.module

File

./userpoints.module, line 1857

Code

function userpoints_get_default_tid() {
  return variable_get(USERPOINTS_CATEGORY_DEFAULT_TID, NULL);
}