Browse Source

forgot where what argument

stekkel 23 years ago
parent
commit
c7e08b4a9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -620,7 +620,7 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg,
       $k++;
       $k++;
     } while (isset ($key) && ($k < $i));
     } while (isset ($key) && ($k < $i));
     printMessageInfo($imapConnection, $t, $i, $key, $mailbox,  
     printMessageInfo($imapConnection, $t, $i, $key, $mailbox,  
-		     $real_startMessage);
+		     $real_startMessage, $where, $what);
   } else {
   } else {
     $i = $start_msg;
     $i = $start_msg;
     reset($msort);
     reset($msort);