forgot to return the preferences array

This commit is contained in:
skeeter 2001-03-08 18:51:17 +00:00
parent f42f077d35
commit 57c5024274

View File

@ -853,6 +853,7 @@
{
$prefs['email']['mail_server_type'] = 'nntp';
}
return $prefs;
}