Fixed missing $startMessage stuff for "Message List" link and for all links
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Nov 2000 15:59:10 +0000 (15:59 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Nov 2000 15:59:10 +0000 (15:59 +0000)
displayed when viewing a folder.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@850 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php
src/read_body.php

index 1027c824bf1119b8955816249d6ab9616d149402..a7ff68ed6480176f301eace0d86812623c1e5514 100644 (file)
@@ -50,7 +50,7 @@
       if ($where && $what) {
          $search_stuff = "&where=".urlencode($where)."&what=".urlencode($what);
       }
-
+      
       for ($i=1; $i <= count($index_order); $i++) {
          switch ($index_order[$i]) {
             case 1: # checkbox
@@ -63,7 +63,7 @@
                echo "   <td nowrap width=1% bgcolor=$hlt_color><center>$bold$flag".$msg["DATE_STRING"]."$flag_end$bold_end</center></td>\n";
                break;
             case 4: # subject
-               echo "   <td bgcolor=$hlt_color>$bold<a href=\"read_body.php?mailbox=$urlMailbox&passed_id=".$msg["ID"]."&startMessage=$true_startMessage&show_more=0$search_stuff\">$flag$subject$flag_end</a>$bold_end</td>\n";
+               echo "   <td bgcolor=$hlt_color>$bold<a href=\"read_body.php?mailbox=$urlMailbox&passed_id=".$msg["ID"]."&startMessage=$startMessage&show_more=0$search_stuff\">$flag$subject$flag_end</a>$bold_end</td>\n";
                break;
             case 5: # flags
                $stuff = false;
index e3079f176b7b7b77cee3b122e2cd34e05dcf57f5..a2585bd31b074f76cdf8f3162260705845632b39 100644 (file)
    do_hook("read_body_top");
    echo "<BR>";
 
-
-   echo "START: $startMessage<br>";
-
-
    echo "<TABLE COLS=1 CELLSPACING=0 WIDTH=100% BORDER=0 ALIGN=CENTER CELLPADDING=0>\n";
    echo "   <TR><TD BGCOLOR=\"$color[9]\" WIDTH=100%>";
    echo "      <TABLE WIDTH=100% CELLSPACING=0 BORDER=0 COLS=2 CELLPADDING=3>";