Remove unused variable and tidy comments
authorJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 11 Jan 2016 16:08:54 +0000 (16:08 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 11 Jan 2016 16:08:54 +0000 (16:08 +0000)
CRM/Event/Page/EventInfo.php

index 0afdebb66fd13bebae9d98ce4deadfee0afac8c1..d42aaa4083a29743fc67793f00c031f1ee54e1ef 100644 (file)
@@ -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 = "<a href=\"$breadCrumbPath\">" . ts('Events') . '</a>';
 
     //retrieve event information
     $params = array('id' => $this->_id);