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.
This commit is contained in:
defacer
2004-04-01 09:27:23 +00:00
parent f80c8e0f52
commit 516a684ad7
+1 -1
View File
@@ -623,7 +623,7 @@ function calendar_show_upcoming_events($courses, $groups, $users, $futuredays, $
}
echo '<span class="cal_event_date">'.$events[$i]->time.'</span>';
echo '<br />'.$events[$i]->description.'<br />';
if($i < $lines - 1) {
if($i < $numevents - 1) {
echo '<hr />';
}
echo '</p>';