From 97006a7278502faffdb1012d46b2eca94809d3f4 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Sat, 31 Jan 2004 17:07:44 +0000 Subject: [PATCH] start_msg is one-based :( git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6477 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 3aa092ca..6912f4c5 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -844,7 +844,7 @@ function mail_message_listing_end($num_msgs, $paginator_str, $msg_cnt_str, $colo echo "\n"; } -function printHeader($mailbox, $sort, $color, $showsort=true, $start_msg=0) { +function printHeader($mailbox, $sort, $color, $showsort=true, $start_msg=1) { global $index_order; echo html_tag( 'tr' ,'' , 'center', $color[5] ); -- 2.25.1