From 4f26958e63fd5f6d56032a496afa6de4d9a0fac5 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 30 Jul 2002 13:21:51 +0000 Subject: [PATCH] forgot where what argument git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3187 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 0a139ed1..581cda39 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -620,7 +620,7 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg, $k++; } while (isset ($key) && ($k < $i)); printMessageInfo($imapConnection, $t, $i, $key, $mailbox, - $real_startMessage); + $real_startMessage, $where, $what); } else { $i = $start_msg; reset($msort); -- 2.25.1