s/alarm_Time/alarm_time/ r=vlad

This commit is contained in:
pavlov%pavlov.net 2005-06-13 22:48:04 +00:00
parent 949f4a86d0
commit 64eefc8c3a

View File

@ -1474,7 +1474,7 @@ calStorageCalendar.prototype = {
ip.event_stamp = item.stampTime.nativeTime;
if (tmp = item.getUnproxiedProperty("ALARMTIME"))
this.setDateParamHelper(ip, "alarm_Time", tmp);
this.setDateParamHelper(ip, "alarm_time", tmp);
},
writeAttendees: function (item, olditem) {