function hook_query_privatemsg_sql_list_alter in Privatemsg 7
Same name and namespace in other branches
- 7.2 privatemsg.api.php \hook_query_privatemsg_sql_list_alter()
Display a list of threads.
Parameters
$query: Query object
See also
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');
}