Fixed View as HTML link so it doesn't forget it was part of a seach result.
authorindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Feb 2006 20:10:33 +0000 (20:10 +0000)
committerindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Feb 2006 20:10:33 +0000 (20:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10844 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
src/read_body.php

index 7a52c78e631b2fdf9df12a172a8b119edcdd31e5..f10bd73909dc00f296d759c85c9e681b6b2205e3 100644 (file)
--- 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)
index 2e1f99872bed384b661570278f8c4041d3d8f780..4296254f6d603c16bcc31837b343668370b33485 100644 (file)
@@ -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) .
                     '&amp;passed_ent_id=' . urlencode($passed_ent_id) .