From b52c6a44854670e7e2c48a848bfc80aab37a9a6e Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 27 Apr 2004 06:18:59 +0000 Subject: [PATCH] fix typo --- mailnews/compose/resources/content/MsgComposeCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/compose/resources/content/MsgComposeCommands.js b/mailnews/compose/resources/content/MsgComposeCommands.js index 55907cc568bf..828fd325f5c7 100644 --- a/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mailnews/compose/resources/content/MsgComposeCommands.js @@ -807,7 +807,7 @@ function setupLdapAutocompleteSession() // set the LDAP protocol version correctly var protocolVersion; try { - `protocolVersion = sPrefs.getCharPref(autocompleteDirectory + + protocolVersion = sPrefs.getCharPref(autocompleteDirectory + ".protocolVersion"); } catch (ex) { // if we don't have this pref, no big deal