forked from extern/egroupware
parse_user_host was never ever defined! Ever! I even checked phpgroupware! They have this
bug too!! It looks to me like switch_mailto give the functionality that parse_user_host _should_ have provided.
This commit is contained in:
parent
484765bd96
commit
77cce9e9dc
@ -1104,7 +1104,7 @@
|
|||||||
),
|
),
|
||||||
'sent_by' => Array(
|
'sent_by' => Array(
|
||||||
'type' => 'function',
|
'type' => 'function',
|
||||||
'function' => 'parse_user_host',
|
'function' => 'switch_mailto',
|
||||||
'quoted' => True,
|
'quoted' => True,
|
||||||
'to_text' => False,
|
'to_text' => False,
|
||||||
'properties' => Array(
|
'properties' => Array(
|
||||||
|
Loading…
Reference in New Issue
Block a user