From 42c45abc4342d7baa22bfff6a265f584ca4ebe4e Mon Sep 17 00:00:00 2001 From: avel Date: Tue, 27 Jan 2004 15:48:14 +0000 Subject: [PATCH] Bugfix - UTF7 was being displayed to user git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6449 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index 2e26932a..74c8385f 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -44,7 +44,7 @@ function error_message($message, $mailbox, $sort, $startMessage, $color) { '" . - sprintf (_("Click here to return to %s"), $mailbox) . + sprintf (_("Click here to return to %s"), imap_utf7_decode_local($mailbox)) . ''; error_box($string, $color); } -- 2.25.1