From ed268948b3bdd421b56c6c8550d023c838de033d Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 29 Apr 2002 16:43:38 +0000 Subject: [PATCH] No idea why that line fall off git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2767 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mime.php b/functions/mime.php index bbf3953c..eeff9495 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -931,6 +931,7 @@ function formatAttachments($message, $ent_id, $mailbox, $id) { $DefaultLink = "../src/download.php?startMessage=$startMessage&passed_id=$id&mailbox=$urlMailbox&passed_ent_id=$ent"; if ($where && $what) { + $DefaultLink = '&where='. urlencode($where).'&what='.urlencode($what); } $Links['download link']['text'] = _("download"); $Links['download link']['href'] = -- 2.25.1