constant PRIVATEMSG_READ in Privatemsg 7
Same name and namespace in other branches
- 6.2 privatemsg.module \PRIVATEMSG_READ
- 6 privatemsg.module \PRIVATEMSG_READ
- 7.2 privatemsg.module \PRIVATEMSG_READ
Status constant for read messages.
3 uses of PRIVATEMSG_READ
- hook_privatemsg_thread_operations in ./
privatemsg.api.php - Expose operations/actions which can be executed on threads.
- privatemsg_privatemsg_thread_operations in ./
privatemsg.module - Implements hook_privatemsg_thread_operations().
- privatemsg_view in ./
privatemsg.pages.inc - Menu callback for viewing a thread.
File
- ./
privatemsg.module, line 11 - Allows users to send private messages to other users.
Code
define('PRIVATEMSG_READ', 0);