function hook_privatemsg_sql_participants_alter in Privatemsg 6.2
Same name and namespace in other branches
- 6 privatemsg.api.php \hook_privatemsg_sql_participants_alter()
Alter the query that loads the participants of a thread.
Parameters
$fragments: Query fragments
$thread_id: Thread id, pmi.thread_id is the same as the mid of the first message of that thread
Related topics
1 function implements hook_privatemsg_sql_participants_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- privatemsg_realname_privatemsg_sql_participants_alter in privatemsg_realname/
privatemsg_realname.module - Implements hook_privatemsg_sql_participants_alter().
File
- ./
privatemsg.api.php, line 192 - Privatemsg API Documentation
Code
function hook_privatemsg_sql_participants_alter(&$fragment, $thread_id) {
}