소스 검색

forgot where what argument

stekkel 23 년 전
부모
커밋
c7e08b4a9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);