From: fidian Date: Thu, 16 Nov 2000 15:59:10 +0000 (+0000) Subject: Fixed missing $startMessage stuff for "Message List" link and for all links X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=3d48999d773bac8b63af4073735cd3714baa81fe;hp=b09153de3515dc00e0022cdeecbcbb822ed5773a Fixed missing $startMessage stuff for "Message List" link and for all links displayed when viewing a folder. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@850 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1027c824..a7ff68ed 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -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 "
$bold$flag".$msg["DATE_STRING"]."$flag_end$bold_end
\n"; break; case 4: # subject - echo " $bold$flag$subject$flag_end$bold_end\n"; + echo " $bold$flag$subject$flag_end$bold_end\n"; break; case 5: # flags $stuff = false; diff --git a/src/read_body.php b/src/read_body.php index e3079f17..a2585bd3 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -222,10 +222,6 @@ do_hook("read_body_top"); echo "
"; - - echo "START: $startMessage
"; - - echo "\n"; echo "
"; echo " ";