166912 - mail account manager settings appear not to take effect - r=cavin, sr=sspitzer

This commit is contained in:
shliang%netscape.com 2003-04-10 23:58:52 +00:00
parent 05f54166a9
commit 020bfa4f02

View File

@ -808,7 +808,7 @@ function getAccountValue(account, accountValues, type, slot, preftype, isGeneric
accountValues[type] = new Array;
// fill in the slot from the account if necessary
if (!(slot in accountValues[type]) || !accountValues[type][slot]) {
if (!(slot in accountValues[type]) || accountValues[type][slot] == undefined) {
// dump("Array->Form: lazily reading in the " + slot + " from the " + type + "\n");
var server;
if (account)