You are here

function userpoints_get_default_tid in User Points 5.3

Same name and namespace in other branches
  1. 6 userpoints.module \userpoints_get_default_tid()
  2. 7.2 userpoints.module \userpoints_get_default_tid()
  3. 7 userpoints.module \userpoints_get_default_tid()
2 calls to userpoints_get_default_tid()
userpoints_get_current_points in ./userpoints.module
userpoints_get_max_points in ./userpoints.module

File

./userpoints.module, line 1723

Code

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