From fc60dc76838c279329fe080c69bec540af5d6d83 Mon Sep 17 00:00:00 2001 From: stekkel Date: Sat, 17 May 2003 17:10:31 +0000 Subject: [PATCH] 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 --- 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 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); } -- 2.25.1