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

git-svn-id: svn://10.0.0.236/trunk@141010 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shliang%netscape.com
2003-04-10 23:58:52 +00:00
parent 3fdcaf7c48
commit d40476bb4a

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)