You are here

function merci_update_5 in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6

Same name and namespace in other branches
  1. 6.2 merci.install \merci_update_5()

File

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

Code

function merci_update_5() {
  if (module_exists("number")) {
    add_cost_fields_and_group_taxonomy();
  }
  else {
    drupal_set_message(t("You need to install and enable the cck number module for this update."));
  }
}