function userpoints_get_default_tid in User Points 5.3
Same name and namespace in other branches
- 6 userpoints.module \userpoints_get_default_tid()
- 7.2 userpoints.module \userpoints_get_default_tid()
- 7 userpoints.module \userpoints_get_default_tid()
2 calls to userpoints_get_default_tid()
File
- ./
userpoints.module, line 1723
Code
function userpoints_get_default_tid() {
return variable_get(USERPOINTS_CATEGORY_DEFAULT_TID, NULL);
}