function merci_theme_conflict_grid in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2
Same name and namespace in other branches
- 7.2 merci.module \merci_theme_conflict_grid()
1 call to merci_theme_conflict_grid()
- merci_validate_merci_selected_items in includes/
api.inc - @file MERCI - Managed Equipment Reservation Checkout and Inventory
File
- ./
merci.module, line 1213 - MERCI - Managed Equipment Reservation Checkout and Inventory
Code
function merci_theme_conflict_grid($type, $title, $start, $end, $value, $nid) {
return theme('merci_conflict_grid', $type, $title, $start, $end, $value, $nid);
}