MDL-10048 General calendar view enhancements as per spec with regard to event highlighting

This commit is contained in:
dwoolhead 2007-06-13 10:37:05 +00:00
parent 7c50db30f9
commit 1c4bedd7dd

View File

@ -1474,12 +1474,7 @@ function calendar_format_event_time($event, $now, $morehref, $usecommonwords = t
}
}
} else {
// It's an "instantaneous" event
if ($event->timestart != usergetmidnight($event->timestart)) {
$time = ', '.calendar_time_representation($event->timestart);
} else {
$time = ' ';
}
$time = ' ';
// Set printable representation
if (!$showtime) {