From 98eb617f864e967521b32485d95c7a5b1b3763c4 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 1 Aug 2002 10:46:18 +0000 Subject: [PATCH] set correct entity_id git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3228 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/attachment_common.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 4f1967f8..91604d03 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -96,7 +96,9 @@ function attachment_common_link_text(&$Args) global $QUERY_STRING; $Args[1]['attachment_common']['href'] = '../src/view_text.php?'. $QUERY_STRING; - + $Args[1]['attachment_common']['href'] = + set_url_var($Args[1]['attachment_common']['href'], + 'passed_ent_id',$Args[5]); /* The link that we created needs a name. "view" will be displayed for all text attachments handled by this plugin. */ -- 2.25.1