From adbfd660c629fc5f5883cafc30bc228d1e36a3c1 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Mon, 11 Jan 2016 16:08:54 +0000 Subject: [PATCH] Remove unused variable and tidy comments --- CRM/Event/Page/EventInfo.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Event/Page/EventInfo.php b/CRM/Event/Page/EventInfo.php index 0afdebb66f..d42aaa4083 100644 --- a/CRM/Event/Page/EventInfo.php +++ b/CRM/Event/Page/EventInfo.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -71,7 +69,6 @@ class CRM_Event_Page_EventInfo extends CRM_Core_Page { $breadCrumbPath = CRM_Utils_System::url('civicrm/event/info', "id={$this->_id}&reset=1" ); - $additionalBreadCrumb = "" . ts('Events') . ''; //retrieve event information $params = array('id' => $this->_id); -- 2.25.1