applied patch from Christian Mangold

[ 1022144 ] felamimail: fullname instead emailadress in sent FROM-header
This commit is contained in:
Lars Kneschke 2004-09-17 19:21:03 +00:00
parent a4893b4b1d
commit 32289d20b2

View File

@ -99,6 +99,7 @@
$data['emailAddress'] = array(
array(
'address' => $felamimailUserPrefs['emailAddress'],
'name' => $GLOBALS['phpgw_info']['user']['fullname'],
'type' => 'default'
)
);