Skip to content

Commit

Permalink
Me being fussy :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 27, 2004
1 parent 9a9ea9b commit 9cc6748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/calendar_upcoming/block_calendar_upcoming.php
Expand Up @@ -40,8 +40,8 @@ function get_content() {
// There is a filter in action that shows events from a course other than the current
// Obviously we have to cut it out
$SESSION->cal_show_course = true;
}
else if($courseshown !== false && is_array($SESSION->cal_show_course) && !in_array($courseshown, $SESSION->cal_show_course)) {

} else if($courseshown !== false && is_array($SESSION->cal_show_course) && !in_array($courseshown, $SESSION->cal_show_course)) {
// Same as above, only there are many courses being shown. Unfortunately, not this one.
$SESSION->cal_show_course = true;
}
Expand Down

0 comments on commit 9cc6748

Please sign in to comment.