فهرست منبع

removed $search_stuff from link to read_body.php it caused bug 573584
why is $where/$what/$pos needed when viewing a message anyway ? (after a search)

centaurix 23 سال پیش
والد
کامیت
7bc52e1fe2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      functions/mailbox_display.php

+ 2 - 2
functions/mailbox_display.php

@@ -176,7 +176,7 @@ function printMessageInfo($imapConnection, $t, $i, $key, $mailbox, $sort,
                 }
                 }
                 $td_str .= "<a href=\"read_body.php?mailbox=$urlMailbox&amp;passed_id="
                 $td_str .= "<a href=\"read_body.php?mailbox=$urlMailbox&amp;passed_id="
                            . $msg["ID"]
                            . $msg["ID"]
-                           . "&amp;startMessage=$start_msg&amp;show_more=0$search_stuff\"";
+                           . "&amp;startMessage=$start_msg&amp;show_more=0\"";
                 do_hook("subject_link");
                 do_hook("subject_link");
                 if ($subject != $msg['SUBJECT']) {
                 if ($subject != $msg['SUBJECT']) {
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
@@ -1180,4 +1180,4 @@ function handleAsSent($mailbox) {
     return ($handleAsSent_result);
     return ($handleAsSent_result);
 }
 }
 
 
-?>
+?>