constant USERPOINTS_TXN_STATUS_APPROVED in User Points 7
Same name and namespace in other branches
- 5.3 userpoints.module \USERPOINTS_TXN_STATUS_APPROVED
- 5 userpoints.module \USERPOINTS_TXN_STATUS_APPROVED
- 5.2 userpoints.module \USERPOINTS_TXN_STATUS_APPROVED
- 6 userpoints.module \USERPOINTS_TXN_STATUS_APPROVED
4 uses of USERPOINTS_TXN_STATUS_APPROVED
- UserpointsAPITestCase::testEditingTransactions in tests/
userpoints_api.test - Test that editing points correctly updates the current and max points.
- userpoints_confirm_approve in ./
userpoints.admin.inc - userpoints_userpointsapi in ./
userpoints.module - Save userpoints changes and call hooks.
- _userpoints_update_cache in ./
userpoints.module - Update the caching table.
File
- ./
userpoints.module, line 14
Code
define('USERPOINTS_TXN_STATUS_APPROVED', 0);