From 58da09bd578fce3d20833444e2feb6220f0e4ac5 Mon Sep 17 00:00:00 2001 From: fidian Date: Sat, 13 Jan 2001 20:43:24 +0000 Subject: [PATCH] made $sent_folder global so that the 'from' column would now be named 'to' for messages in the $sent_folder. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@935 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 880c6933..23c08e17 100644 --- a/functions/mailbox_display.php +++ b/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 */ -- 2.25.1