Ver código fonte

forgot where what argument

stekkel 23 anos atrás
pai
commit
c7e08b4a9a
1 arquivos alterados com 1 adições e 1 exclusões
  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++;
     } while (isset ($key) && ($k < $i));
     printMessageInfo($imapConnection, $t, $i, $key, $mailbox,  
-		     $real_startMessage);
+		     $real_startMessage, $where, $what);
   } else {
     $i = $start_msg;
     reset($msort);