You are here

function pmnote_ajax_organization_nid in Drupal PM (Project Management) 7

Ajax callback for the PM Note Organization Nid field.

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

File

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

Code

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