You are here

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

File

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

Code

function merci_update_6211() {
  return array(
    array(
      'success' => TRUE,
      'query' => 'Permissions have been changed.  Please edit your user permissions to make sure they are what you want.  I have done nothing for you.  Please refer to ' . l("MERCI Permissions", "http://drupal.org/node/1013528") . ' documentation for more information',
    ),
  );
}