You are here

function pmticket_form_ajax in Drupal PM (Project Management) 7

Ajax callback for the pmticket node form.

1 string reference to 'pmticket_form_ajax'
pmticket_form in pmticket/pmticket.module
Implements hook_form().

File

pmticket/pmticket.module, line 457
1: Hooks 2: Access functions

Code

function pmticket_form_ajax(&$form, &$form_state) {
  return $form;
}