$eventID = $form->getVar('_id');
+ // see if any other modules want to add any tabs
+ CRM_Utils_Hook::tabset('civicrm/event/manage', $tabs,
+ array('event_id' => $eventID));
+
$fullName = $form->getVar('_name');
$className = CRM_Utils_String::getClassName($fullName);
$new = '';
//calculate if the reminder has been configured for this event
}
- // see if any other modules want to add any tabs
- CRM_Utils_Hook::tabset('civicrm/event/manage', $tabs,
- array('event_id' => $eventID));
-
return $tabs;
}