oops, fix case change (thanks seth)

This commit is contained in:
alecf%netscape.com 2000-01-08 09:05:16 +00:00
Родитель 01b1d6bb93
Коммит ca56ac6103
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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");