You are here

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

Same name and namespace in other branches
  1. 6 merci.module \merci_token_list()

Implementation of hook_token_list().

File

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

Code

function merci_token_list($type = 'all') {
  if ($type == 'node' || $type == 'all') {

    //@TODO: Fix This Token

    //$tokens['node']['merci_resources'] = t('Reserved resource');
    return $tokens;
  }
}