зеркало из https://github.com/mozilla/pjs.git
Bug 337195 problem with all day events imported from outlook. r=mvl
This commit is contained in:
Родитель
ec9f7e1887
Коммит
f6b2d956f2
|
@ -271,8 +271,8 @@ function csv_importFromStream(aStream, aCount) {
|
|||
.createInstance(Components.interfaces.calIEvent);
|
||||
|
||||
event.title = title;
|
||||
sDate.isDate = (localeEn.True == eventFields[args.allDayIndex]);
|
||||
if (localeEn.True == eventFields[args.privateIndex])
|
||||
sDate.isDate = (locale.valueTrue == eventFields[args.allDayIndex]);
|
||||
if (locale.valueTrue == eventFields[args.privateIndex])
|
||||
event.privacy = "PRIVATE";
|
||||
|
||||
if (!eDate && sDate) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче