You are here

function hook_privatemsg_sql_unread_count_alter in Privatemsg 6.2

Same name and namespace in other branches
  1. 6 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) {
}