From b854f93ad744a87ab3a06aaa1dbe55a9a986a2c3 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 6 Aug 2002 22:45:35 +0000 Subject: [PATCH] changed passed_ent_id ent_id git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3261 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/attachment_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 91604d03..939648fc 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -98,7 +98,7 @@ function attachment_common_link_text(&$Args) $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]); + '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