function hook_privatemsg_sql_participants_alter in Privatemsg 6
Same name and namespace in other branches
- 6.2 privatemsg.api.php \hook_privatemsg_sql_participants_alter()
Load 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
File
- ./
privatemsg.api.php, line 192 - Privatemsg API Documentation
Code
function hook_privatemsg_sql_participants_alter(&$fragment, $thread_id) {
}