소스 검색

made $sent_folder global so that the 'from' column would now be named 'to'
for messages in the $sent_folder.

Tyler Akins 24 년 전
부모
커밋
bfbf0a3593
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -423,7 +423,7 @@
        $mailbox = '', $sort = -1, $Message = '', $More = '', $startMessage = 1)
    {
       global $color, $index_order, $auto_expunge, $move_to_trash;
-      global $checkall;
+      global $checkall, $sent_folder;
       $urlMailbox = urlencode($mailbox);
 
          /** This is the beginning of the message list table.  It wraps around all messages */