mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 22:39:00 +01:00
remove error_log message on own imap_rfc822_parse_adrlist
This commit is contained in:
parent
570d9a76bd
commit
6fafa913bd
@ -97,7 +97,6 @@ if (!function_exists('imap_rfc822_parse_adrlist'))
|
|||||||
*/
|
*/
|
||||||
function imap_rfc822_parse_adrlist($address, $default_host)
|
function imap_rfc822_parse_adrlist($address, $default_host)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__.__LINE__);
|
|
||||||
$addresses = array();
|
$addresses = array();
|
||||||
$pending = '';
|
$pending = '';
|
||||||
foreach(explode(',', $address) as $part)
|
foreach(explode(',', $address) as $part)
|
||||||
|
Loading…
Reference in New Issue
Block a user