From 83cdc70b8afd7cd300ff191943e412c6f46baba3 Mon Sep 17 00:00:00 2001 From: cigamit Date: Fri, 18 Jul 2003 03:03:11 +0000 Subject: [PATCH] Revert this part back, funny thing is that I never changed it in my local copy... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5331 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 546e0b66..7fb19893 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -295,7 +295,8 @@ function getServerMessages($imapConnection, $start_msg, $show_num, $num_msgs, $i $end_loop = $num_msgs - $start_msg + 1; } else { $end_loop = $show_num; - } return fillMessageArray($imapConnection,$id,$end_loop,$show_num); + } + return fillMessageArray($imapConnection,$id,$end_loop,$show_num); } else { return false; } @@ -345,7 +346,8 @@ function getSelfSortMessages($imapConnection, $start_msg, $show_num, } else { $end_loop = $show_num; } - } $msgs = fillMessageArray($imapConnection,$id,$end_loop, $show_num); + } + $msgs = fillMessageArray($imapConnection,$id,$end_loop, $show_num); } return $msgs; } -- 2.25.1