Bug 396865 - workaround alarm without DUE; r=mickey
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@236363 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -368,7 +368,7 @@ function calWcapCalendar_storeItem(bAddItem, item, oldItem, request, netRespFunc
|
||||
|
||||
// cs bug: enforce DUE (set to DTSTART) if alarm is set
|
||||
if (!dtend && item.alarmOffset) {
|
||||
dtend = item.entryDate;
|
||||
dtend = dtstart;
|
||||
}
|
||||
|
||||
bIsAllDay = (dtstart && dtstart.isDate);
|
||||
|
||||
Reference in New Issue
Block a user