oops, fix case change (thanks seth)

This commit is contained in:
alecf%netscape.com 2000-01-08 09:05:16 +00:00
parent acc83c5f70
commit 92b9320e72

View File

@ -256,7 +256,7 @@ function createAccount(hash) {
try {
// look for anything that is of type "none".
// "none" is the type for "Local Mail"
localMailServer = am.findServer("","","none");
localMailServer = am.FindServer("","","none");
}
catch (ex) {
dump("exception in findserver: " + ex + "\n");