mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +00:00
Monotone-Parent: 2cbda748eb7f493052f1dcec5caf07d314c4cf08
Monotone-Revision: 0d409e504dc163706ba6e61412f0fdcf19d859cc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-06T21:41:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -35,7 +35,7 @@ function openContactsFolder(contactsFolder, reload, idx) {
|
||||
var searchValue = search["value"];
|
||||
if (searchValue && searchValue.length > 0)
|
||||
url += ("&search=" + search["criteria"]
|
||||
+ "&value=" + escape(searchValue));
|
||||
+ "&value=" + escape(searchValue.utf8encode()));
|
||||
var sortAttribute = sorting["attribute"];
|
||||
if (sortAttribute && sortAttribute.length > 0)
|
||||
url += ("&sort=" + sorting["attribute"]
|
||||
|
||||
Reference in New Issue
Block a user