From: stekkel Date: Sat, 17 May 2003 17:10:31 +0000 (+0000) Subject: fix warning when we access fillMessagesArray from a search X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=fc60dc76838c279329fe080c69bec540af5d6d83 fix warning when we access fillMessagesArray from a search git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4874 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index bf404e3d..30d36f71 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -528,7 +528,7 @@ function calc_msort($msgs, $sort) { return $msort; } -function fillMessageArray($imapConnection, $id, $count, $show_num) { +function fillMessageArray($imapConnection, $id, $count, $show_num=false) { return sqimap_get_small_header_list($imapConnection, $id, $show_num); }