From 13fb02bbf189cf664a8dd72c22e9f681e5683ada Mon Sep 17 00:00:00 2001 From: indiri69 Date: Tue, 28 Feb 2006 20:10:33 +0000 Subject: [PATCH] Fixed View as HTML link so it doesn't forget it was part of a seach result. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10844 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + src/read_body.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a52c78e..f10bd739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ Version 1.5.2 - CVS - Tweaked STARTTLS option for SMTP/IMAP to allow previous settings of just pure TLS not to be used to assume STARTTLS. - Fixed quotes in configuration strings in administrator plugin. + - Fixed View as HTML link so it doesn't forget it was part of a seach result. Version 1.5.1 (branched on 2006-02-12) diff --git a/src/read_body.php b/src/read_body.php index 2e1f9987..4296254f 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -141,7 +141,7 @@ function view_as_html_link($mailbox, $passed_id, $passed_ent_id, $message) { } } if($has_html == true) { - $vars = array('passed_ent_id', 'show_more', 'show_more_cc', 'override_type0', 'override_type1', 'startMessage'); + $vars = array('passed_ent_id', 'show_more', 'show_more_cc', 'override_type0', 'override_type1', 'startMessage', 'where', 'what'); $new_link = $base_uri . 'src/read_body.php?passed_id=' . urlencode($passed_id) . '&passed_ent_id=' . urlencode($passed_ent_id) . -- 2.25.1