You are here

constant PRIVATEMSG_UNREAD in Privatemsg 7.2

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

Status constant for unread messages.

3 uses of PRIVATEMSG_UNREAD
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_thread_change_status in ./privatemsg.module
Marks one or multiple threads as (un)read.

File

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

Code

define('PRIVATEMSG_UNREAD', 1);