From: stekkel Date: Tue, 6 Aug 2002 22:45:35 +0000 (+0000) Subject: changed passed_ent_id ent_id X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b854f93ad744a87ab3a06aaa1dbe55a9a986a2c3 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 --- 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. */