You are here

function merci_staff_update_name in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same name and namespace in other branches
  1. 8.2 modules/merci_staff/merci_staff.module \merci_staff_update_name()
  2. 7.2 modules/merci_staff/merci_staff.module \merci_staff_update_name()

Menu callback for AHAH additions.

1 string reference to 'merci_staff_update_name'
merci_staff_menu in modules/merci_staff/merci_staff.module
@todo Please document this function.

File

modules/merci_staff/merci_staff.module, line 184
merci_staff functions

Code

function merci_staff_update_name() {
  list($form, $form_state) = merci_ahah_get_form();
  $selected_portion = $form;
  merci_ahah_output($selected_portion);
}