You are here

function hook_query_privatemsg_sql_list_alter in Privatemsg 7

Same name and namespace in other branches
  1. 7.2 privatemsg.api.php \hook_query_privatemsg_sql_list_alter()

Display a list of threads.

Parameters

$query: Query object

See also

privatemsg_sql_list()

hook_query_alter()

Related topics

File

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

Code

function hook_query_privatemsg_sql_list_alter($query) {
  $account = $query
    ->getMetaData('arg_1');
}