function privatemsg_list_js in Privatemsg 7.2
Same name and namespace in other branches
- 7 privatemsg.pages.inc \privatemsg_list_js()
AJAX callback to return the form again.
2 string references to 'privatemsg_list_js'
- privatemsg_filter_form_privatemsg_list_alter in privatemsg_filter/
privatemsg_filter.module - Implements hook_form_FORM_ID_alter() to add a filter widget to the message listing pages.
- _privatemsg_action_form in ./
privatemsg.pages.inc - Returns a form which handles and displays thread actions.
File
- ./
privatemsg.pages.inc, line 77 - User menu callbacks for Privatemsg.
Code
function privatemsg_list_js($form, $form_state) {
return $form['updated'];
}