You are here

constant PRIVATEMSG_READ in Privatemsg 6.2

Same name and namespace in other branches
  1. 6 privatemsg.module \PRIVATEMSG_READ
  2. 7.2 privatemsg.module \PRIVATEMSG_READ
  3. 7 privatemsg.module \PRIVATEMSG_READ

Status constant for read messages.

7 uses of PRIVATEMSG_READ
hook_privatemsg_thread_operations in ./privatemsg.api.php
Expose operations/actions which can be executed on threads.
privatemsg_cron in ./privatemsg.module
Implements hook_cron().
privatemsg_load_recipients in ./privatemsg.pages.inc
Batch processing function for rebuilding the index.
privatemsg_privatemsg_thread_operations in ./privatemsg.module
Implements hook_privatemsg_thread_operations().
privatemsg_update_6003 in ./privatemsg.install
Update function to resolve "forever new" messages.

... See full list

File

./privatemsg.module, line 11
Allows users to send private messages to other users.

Code

define('PRIVATEMSG_READ', 0);