You are here

function privatemsg_rules_thread_has_tag_form in Privatemsg 6.2

Form definition for thread has tag settings form

File

privatemsg_rules/privatemsg_rules.rules.inc, line 484
Hooks and callback functions for rules.module integration.

Code

function privatemsg_rules_thread_has_tag_form($settings, &$form) {

  // Reuse load tag form.
  return privatemsg_rules_load_tag_form($settings, $form);
}