forked from extern/egroupware
try to handle text/calendar attachments that are NO ical-file; seems its of no use to try to show the gibberish to the user
This commit is contained in:
parent
352640e2b2
commit
de8d48cc20
@ -2782,7 +2782,8 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
}
|
||||
else
|
||||
{
|
||||
$bodyParts[] = array('body'=>$attachment['attachment'], 'charSet'=>$attach['charset'] ? $attach['charset'] : 'utf-8');
|
||||
error_log(__METHOD__.__LINE__.'Cannot import the following as ical:'.array2string($attachment));
|
||||
//$bodyParts[] = array('body'=>$attachment['attachment'], 'charSet'=>$attach['charset'] ? $attach['charset'] : 'utf-8');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user