You are here

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

File

./merci.install, line 589
merci Installer / Uninstaller

Code

function merci_update_6200() {
  return array(
    array(
      'success' => TRUE,
      'query' => 'Should only be doing db updates.  But I am doing a lot more.',
    ),
  );
}