From 0b648a5f172688fe16f5380e5fca687d5a8166ec Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 21 Aug 2002 10:10:52 +0000 Subject: [PATCH] fix for image-display $passed_ent_id -> ent_id Now we only use passed_ent_id in case of message/rfc822 attachments git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3384 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index ac3b222a..ea36c5a0 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1214,7 +1214,7 @@ function sq_cid2http($message, $id, $cidurl, $mailbox){ $cidurl = substr(trim($cidurl), 4); $httpurl = $quotchar . "../src/download.php?absolute_dl=true&" . "passed_id=$id&mailbox=" . urlencode($mailbox) . - "&passed_ent_id=" . find_ent_id($cidurl, $message) . $quotchar; + "&ent_id=" . find_ent_id($cidurl, $message) . $quotchar; return $httpurl; } -- 2.25.1