瀏覽代碼

Fixed View as HTML link so it doesn't forget it was part of a seach result.

indiri69 19 年之前
父節點
當前提交
7fcb3b831e
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      ChangeLog
  2. 1 1
      src/read_body.php

+ 1 - 0
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)

+ 1 - 1
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) .