function merci_staff_update_name in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2
Same name and namespace in other branches
- 6.2 modules/merci_staff/merci_staff.module \merci_staff_update_name()
- 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_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 182 - merci_staff functions
Code
function merci_staff_update_name($form, $form_state) {
return $form;
}