22 calls to _privatemsg_assemble_query() in Privatemsg 6.2
- privatemsg_attachments_form_privatemsg_list_alter in privatemsg_attachments/
privatemsg_attachments.module - Implements hook_form_FORM_ID_alter().
- privatemsg_cron in ./
privatemsg.module - Implements hook_cron().
- privatemsg_filter_form in privatemsg_filter/
privatemsg_filter.module - Form to show and allow modification of tagging information of a conversation.
- privatemsg_filter_form_privatemsg_list_alter in privatemsg_filter/
privatemsg_filter.module - Implements hook_form_FORM_ID_alter().
- privatemsg_filter_get_tags_data in privatemsg_filter/
privatemsg_filter.module - privatemsg_filter_show_tags in privatemsg_filter/
privatemsg_filter.module - privatemsg_filter_tags_autocomplete in privatemsg_filter/
privatemsg_filter.module - Return autocomplete results for tags.
- privatemsg_get_setting in ./
privatemsg.module - Retrieve a user setting.
- privatemsg_list in ./
privatemsg.pages.inc - privatemsg_message_load_multiple in ./
privatemsg.module - Load multiple messages.
- privatemsg_roles_autocomplete in privatemsg_roles/
privatemsg_roles.module - Provides autocomplete suggestions for roles.
- privatemsg_rules_thread_has_tag in privatemsg_rules/
privatemsg_rules.rules.inc - Check if a thread has a specific tag.
- privatemsg_service_get in privatemsg_service/
privatemsg_service.inc - Get all of the logged in user's private messages.
- privatemsg_tags_admin in privatemsg_filter/
privatemsg_filter.admin.inc - Display a list of tags to administer them.
- privatemsg_thread_load in ./
privatemsg.module - Load a thread with all the messages and participants.
- privatemsg_unread_count in ./
privatemsg.module - Return number of unread messages for an account.
- privatemsg_user_autocomplete in ./
privatemsg.module - Implements callback_recipient_autocomplete().
- _privatemsg_limits_get_oldest in privatemsg_limits/
privatemsg_limits.module - Loads the oldest message a user has written in the specified timeframe.
- _privatemsg_limits_get_received in privatemsg_limits/
privatemsg_limits.module - Returns the number of messages/threads a user has received.
- _privatemsg_limits_get_sent in privatemsg_limits/
privatemsg_limits.module - Returns the number of messages/threads a user has written.
- _privatemsg_load_thread_participants in ./
privatemsg.module - Load all participants of a thread, optionally without author.
- _privatemsg_send in ./
privatemsg.module - Internal function to save a message.