aboutsummaryrefslogtreecommitdiff
path: root/views/default/settings/event_calendar/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/settings/event_calendar/edit.php')
-rw-r--r--views/default/settings/event_calendar/edit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/views/default/settings/event_calendar/edit.php b/views/default/settings/event_calendar/edit.php
index 9fb025755..54ff5c1c3 100644
--- a/views/default/settings/event_calendar/edit.php
+++ b/views/default/settings/event_calendar/edit.php
@@ -7,8 +7,6 @@ $access_options = array( ACCESS_PRIVATE => elgg_echo("PRIVATE"),
ACCESS_LOGGED_IN => elgg_echo("LOGGED_IN"),
ACCESS_PUBLIC => elgg_echo("PUBLIC"));
-// TODO - merge the agenda view into the list format options
-
$listing_options = array(elgg_echo('event_calendar:settings:paged')=>'paged',
elgg_echo('event_calendar:settings:agenda')=>'agenda',
elgg_echo('event_calendar:settings:month')=>'month',
@@ -373,4 +371,3 @@ $body .= '<br />';
$body .= elgg_view('input/text',array('name'=>'params[ical_auth_file_name]','value'=>$ical_auth_file_name, 'class'=>'event-calendar-ical-auth-setting'));
echo $body;
-?> \ No newline at end of file