From: defacer Date: Thu, 1 Apr 2004 09:27:23 +0000 (+0000) Subject: In Eloy's notice-finding spirit, I continue by fixing another notice which X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=516a684ad7de69f495bc91ee4e709f2ff5c45d26;p=moodle.git In Eloy's notice-finding spirit, I continue by fixing another notice which also (damnation! :) caused the HRs not to be displayed as they should. --- diff --git a/calendar/view.php b/calendar/view.php index 3931f616c9..fc3c2d6317 100644 --- a/calendar/view.php +++ b/calendar/view.php @@ -623,7 +623,7 @@ function calendar_show_upcoming_events($courses, $groups, $users, $futuredays, $ } echo ''.$events[$i]->time.''; echo '
'.$events[$i]->description.'
'; - if($i < $lines - 1) { + if($i < $numevents - 1) { echo '
'; } echo '

';