Skip to content

Commit 53d533b

Browse files
committed
474#
1 parent f9b326d commit 53d533b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interfaces/exchangeCalendar/mivExchangeCalendar.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,8 @@ calExchangeCalendar.prototype = {
26792679
for (var itemid in ids) {
26802680
if (this.itemCacheById[itemid]) {
26812681
if (isEvent(this.itemCacheById[itemid])) {
2682-
if ( this.deleteCancelledInvitation && this.itemCacheById[itemid].isCancelled && this.itemCacheById[itemid].isInvitation )
2682+
//dump("\nxxxxx "+this.itemCacheById[itemid].title+":"+ this.deleteCancelledInvitation + ":"+this.itemCacheById[itemid].isCancelled);
2683+
if ( this.deleteCancelledInvitation && this.itemCacheById[itemid].isCancelled )
26832684
{
26842685
if (this.debug) this.logInfo("getItemsFromMemoryCache 2: " + "Found Cancelled Item " + this.itemCacheById[itemid].title + " - going to delete from cache" );
26852686
this.deleteItem(this.itemCacheById[itemid]);

0 commit comments

Comments
 (0)