From a7d41b5240a17a7ed126285910b4431764fe20f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Sep 2006 14:07:42 +0000 Subject: [PATCH] Monotone-Parent: 017242be3803208a63346c876561281ca570ab44 Monotone-Revision: 8ea262b5fc027ba0d5aabcee59dcaec6c7f51cf1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T14:07:42 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 85ee3afb0..0280e83f9 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -578,7 +578,7 @@ function onContactMailTo(node) { function refreshContacts(contactId) { openContactsFolder(currentContactFolder, "reload=true"); - cachedContacts[currentContactFolder + "/" + idx] = null; + cachedContacts[currentContactFolder + "/" + contactId] = null; loadContact(contactId); return false;