Monotone-Parent: 7126ed3bd4dfb4508b213ce7dd20c5f124399f24

Monotone-Revision: efc513aec8f8216ade9f9e1724fbe47cad52f200

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-10-13T20:09:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-10-13 20:09:19 +00:00
parent 3e8c1c1327
commit 2c2d84c65e

View File

@@ -1569,7 +1569,7 @@ function newMonthEventDIV(eventRep, event) {
if (event[8]) // all-day event
eventText = event[4];
else
eventText = eventRep.starthour + " - " + event[3];
eventText = eventRep.starthour + " - " + event[4];
var eventCell = newBaseEventDIV(eventRep, event,
eventText);