function hook_privatemsg_sql_unread_count_alter in Privatemsg 6
Same name and namespace in other branches
- 6.2 privatemsg.api.php \hook_privatemsg_sql_unread_count_alter()
Loads all unread messages of a user (only the count query is used).
Parameters
$fragments: Query fragments
$account: User object
Related topics
File
- ./
privatemsg.api.php, line 204 - Privatemsg API Documentation
Code
function hook_privatemsg_sql_unread_count_alter(&$fragment, $account) {
}