use the right statement. bustage fix. r=shaver.

This commit is contained in:
mvl%exedo.nl 2005-05-12 14:20:51 +00:00
Родитель 96622a4250
Коммит 7a9bbdda84
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -621,7 +621,7 @@ calStorageCalendar.prototype = {
sp = this.mSelectEventsWithRecurrence.params; sp = this.mSelectEventsWithRecurrence.params;
sp.cal_id = this.mCalId; sp.cal_id = this.mCalId;
while (this.mSelectEventsWithRecurrence.step()) { while (this.mSelectEventsWithRecurrence.step()) {
var row = this.mSelectEventsByRange.row; var row = this.mSelectEventsWithRecurrence.row;
// did we already deal with this event id? // did we already deal with this event id?
if (handledRecurringEvents[row.id] == true) if (handledRecurringEvents[row.id] == true)
continue; continue;