You are here

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

Same name and namespace in other branches
  1. 6.2 includes/database.inc \_merci_sort_array()
1 string reference to '_merci_sort_array'
merci_reserved_bucket_items in includes/database.inc

File

includes/database.inc, line 513
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

function _merci_sort_array($a, $b) {
  return count($b) - count($a);
}