This commit is contained in:
Klaus Leithoff 2010-07-08 08:44:02 +00:00
parent b92a2ed5b6
commit 21e83f2928

View File

@ -1156,7 +1156,7 @@
$attachments = $this->getMessageAttachments($_uid, $_part);
foreach($attachments as $attachment) {
#error_log(print_r($attachment,true));
if(strpos($attachment['cid'], $_cid) !== false || strpos($cid, $attachment['cid']) !== false) {
if(strpos($attachment['cid'], $_cid) !== false || strpos($_cid, $attachment['cid']) !== false) {
$partID = $attachment['partID'];
break;
}