You are here

constant MERCI_STATUS_ACTIVE in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same name and namespace in other branches
  1. 6 merci.module \MERCI_STATUS_ACTIVE
  2. 7.2 merci.module \MERCI_STATUS_ACTIVE
6 uses of MERCI_STATUS_ACTIVE
MerciAdminTestCase::testMerciBucketContent in tests/merci_admin.test
MerciIssueTestCase::setUp in tests/merci_issues.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
merci_add_settings_form in ./merci.module
merci_build_reservable_items in includes/api.inc
Builds the list of all currently reservable items, filtered by date.
merci_form_alter in ./merci.module
Implementation of hook_form_alter().

... See full list

File

./merci.module, line 24
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

define('MERCI_STATUS_ACTIVE', 1);