Bug 434371 Error on deleting item from Zimbra server, r=philipp

git-svn-id: svn://10.0.0.236/trunk@251703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
browning%uwalumni.com
2008-05-19 13:41:06 +00:00
parent 9940c4d253
commit 4cd7076205

View File

@@ -606,7 +606,7 @@ calDavCalendar.prototype = {
// 204 = HTTP "No content"
//
if (status == 204) {
if (status == 204 || status == 200) {
thisCalendar.mMemoryCalendar.deleteItem(aItem, aListener);
delete thisCalendar.mHrefIndex[eventUri.path];
delete thisCalendar.mItemInfoCache[aItem.id];