mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Modify list of email_types
This commit is contained in:
parent
90553ed9d4
commit
4f9371c78b
@ -99,10 +99,20 @@
|
||||
"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"
|
||||
);
|
||||
}
|
||||
|
||||
function read_single_entry($id,$fields)
|
||||
|
Loading…
Reference in New Issue
Block a user