Explorar o código

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 %!s(int64=23) %!d(string=hai) anos
pai
achega
7bc52e1fe2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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="
                            . $msg["ID"]
-                           . "&amp;startMessage=$start_msg&amp;show_more=0$search_stuff\"";
+                           . "&amp;startMessage=$start_msg&amp;show_more=0\"";
                 do_hook("subject_link");
                 if ($subject != $msg['SUBJECT']) {
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
@@ -1180,4 +1180,4 @@ function handleAsSent($mailbox) {
     return ($handleAsSent_result);
 }
 
-?>
+?>