Ver Fonte

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

Tyler Akins há 24 anos atrás
pai
commit
bfbf0a3593
1 ficheiros alterados com 1 adições e 1 exclusões
  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 */