fix 247524 LDAP directories don't work from select address window, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2004-07-24 02:38:23 +00:00
Родитель c0e74f2659
Коммит 8f0e95577b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -445,6 +445,8 @@ function onEnterInSearchBar()
searchURI += gQueryURIFormat.replace(/@V/g, encodeURIComponent(gSearchInput.value));
}
if (!sortColumn.Length)
sortColumn = "GeneratedName";
SetAbView(searchURI, true, sortColumn, sortDirection);
SelectFirstCard();