function hook_privatemsg_sql_list_alter in Privatemsg 6.2
Same name and namespace in other branches
- 6 privatemsg.api.php \hook_privatemsg_sql_list_alter()
Display a list of threads.
Parameters
$fragments: Query fragments
$account: User object
Related topics
1 function implements hook_privatemsg_sql_list_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- privatemsg_filter_privatemsg_sql_list_alter in privatemsg_filter/
privatemsg_filter.module - Hook into the query builder to add the tagging info to the correct query
File
- ./
privatemsg.api.php, line 149 - Privatemsg API Documentation
Code
function hook_privatemsg_sql_list_alter(&$fragment, $account) {
}