Skip to content

Commit

Permalink
(iCalendar export) calendar: Removing filter controls from export pag…
Browse files Browse the repository at this point in the history
…e, as no purpose and buggy

Author: Andrew Walbran <[email protected]>
  • Loading branch information
martinlanghoff committed Apr 17, 2007
1 parent 4e5d3c9 commit a1e080f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions calendar/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
list($nextmon, $nextyr) = calendar_add_month($mon, $yr);
$getvars = 'cal_d='.$day.'&amp;cal_m='.$mon.'&amp;cal_y='.$yr; // For filtering

echo '<div class="filters">';
echo calendar_filter_controls('export', $getvars);
echo '</div>';

echo '<div class="minicalendarblock">';
echo calendar_top_controls('display', array('m' => $prevmon, 'y' => $prevyr));
echo calendar_get_mini($courses, $groups, $users, $prevmon, $prevyr);
Expand Down

0 comments on commit a1e080f

Please sign in to comment.