You are here

function pmnote_ajax_project_nid in Drupal PM (Project Management) 7

Ajax callback for the PM Note Project Nid field.

1 string reference to 'pmnote_ajax_project_nid'
pmnote_form in pmnote/pmnote.module
Implements hook_form().

File

pmnote/pmnote.module, line 322
Functions for the PM Note module.

Code

function pmnote_ajax_project_nid(&$form, &$form_state) {
  return $form['group1']['task_nid'];
}