You are here

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

File

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

Code

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