You are here

function hook_privatemsg_sql_load_alter in Privatemsg 6.2

Same name and namespace in other branches
  1. 6 privatemsg.api.php \hook_privatemsg_sql_load_alter()

Query definition to load a message.

Parameters

$fragments: Query fragments array.

$pmid: the id of the message.

$account: User object of account for which to load the message.

Related topics

1 function implements hook_privatemsg_sql_load_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

pm_block_user_privatemsg_sql_load_alter in pm_block_user/pm_block_user.module

File

./privatemsg.api.php, line 163
Privatemsg API Documentation

Code

function hook_privatemsg_sql_load_alter(&$fragments, $pmid, $account = NULL) {
}