Modify list of email_types

This commit is contained in:
Miles Lott 2001-02-02 16:36:23 +00:00
parent 90553ed9d4
commit 4f9371c78b

View File

@ -99,9 +99,19 @@
"D_EMAIL_Home" => "D.EMAIL.Home", //yn
);
$this->email_types = array("INTERNET","CompuServe","AOL","Prodigy",
"eWorld","AppleLink","AppleTalk","PowerShare",
"IBMMail","ATTMail","MCIMail","X.400","TLX"
$this->email_types = array("INTERNET" => "INTERNET",
"CompuServe" => "CompuServe",
"AOL" => "AOL",
"Prodigy" => "Prodigy",
"eWorld" => "eWorld",
"AppleLink" => "AppleLink",
"AppleTalk" => "AppleTalk",
"PowerShare" => "PowerShare",
"IBMMail" => "IBMMail",
"ATTMail" => "ATTMail",
"MCIMail" => "MCIMail",
"X.400" => "X.400",
"TLX" => "TLX"
);
}