From: stekkel Date: Tue, 4 Mar 2003 14:12:59 +0000 (+0000) Subject: removed left argument from function. Thnx Paul. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=36ac3582c9b9dbc298e667a6384bc219e5ca9947;p=squirrelmail.git removed left argument from function. Thnx Paul. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4587 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index f2c273ab..73b1ee60 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -334,7 +334,7 @@ function getSelfSortMessages($imapConnection, $start_msg, $show_num, $end_loop = $show_num; } } - $msgs = fillMessageArray($imapConnection,$id,$end_loop, $mailbox); + $msgs = fillMessageArray($imapConnection,$id,$end_loop); } return $msgs; }