Exemplo n.º 1
0
/**
 * Implements hook civicrm_custom()
 * Process custom groups
 *
 * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_custom
 */
function casereports_civicrm_custom($op, $groupId, $entityId, &$params)
{
    CRM_Casereports_Activity::custom($op, $groupId, $entityId, $params);
}