You are here

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

Same name and namespace in other branches
  1. 8.2 modules/merci_staff/merci_staff.install \merci_staff_update_7001()

@file

File

modules/merci_staff/merci_staff.install, line 8

Code

function merci_staff_update_7001() {
  db_query("UPDATE {system} SET weight = 10 WHERE name = 'merci_staff'");
  return array(
    array(
      'success' => TRUE,
      'query' => 'Should only be doing db updates.  But I am doing a lot more.',
    ),
  );
}