You are here

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

Same name and namespace in other branches
  1. 8.2 modules/merci_staff/merci_staff.module \merci_staff_update_name()
  2. 6.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_form_merci_reservation_node_form_alter in modules/merci_staff/merci_staff.module
@todo Please document this function.

File

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

Code

function merci_staff_update_name($form, $form_state) {
  return $form;
}