projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7a3e9
)
Remove unused variable and tidy comments
author
JKingsnorth
<john@johnkingsnorth.co.uk>
Mon, 11 Jan 2016 16:08:54 +0000
(16:08 +0000)
committer
JKingsnorth
<john@johnkingsnorth.co.uk>
Mon, 11 Jan 2016 16:08:54 +0000
(16:08 +0000)
CRM/Event/Page/EventInfo.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Page/EventInfo.php
b/CRM/Event/Page/EventInfo.php
index 0afdebb66fd13bebae9d98ce4deadfee0afac8c1..d42aaa4083a29743fc67793f00c031f1ee54e1ef 100644
(file)
--- 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 = "<a href=\"$breadCrumbPath\">" . ts('Events') . '</a>';
//retrieve event information
$params = array('id' => $this->_id);