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:
09c3633
)
CRM-12135 rollback test
author
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 18 Mar 2013 15:20:13 +0000
(11:20 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 18 Mar 2013 15:20:13 +0000
(11:20 -0400)
CRM/Event/Page/ICalendar.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Page/ICalendar.php
b/CRM/Event/Page/ICalendar.php
index b9c89a2ff2b77b4954740186072f31976324a6f5..957d69ba7ee024297c693e226f6c9e736fa74965 100644
(file)
--- a/
CRM/Event/Page/ICalendar.php
+++ b/
CRM/Event/Page/ICalendar.php
@@
-58,8
+58,6
@@
class CRM_Event_Page_ICalendar extends CRM_Core_Page {
$html = CRM_Utils_Request::retrieve('html', 'Positive', $this, FALSE, 0);
$rss = CRM_Utils_Request::retrieve('rss', 'Positive', $this, FALSE, 0);
- CRM_Utils_System::setTitle(ts('Current and Upcoming Events'));
-
$info = CRM_Event_BAO_Event::getCompleteInfo($start, $type, $id, $end);
$this->assign('events', $info);
$this->assign('timezone', @date_default_timezone_get());