From 59edcad6bf7931f7aaf1ad695bb723e45840925e Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 5 Sep 2002 12:47:55 +0000 Subject: [PATCH] fix warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3564 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index 18438443..c1eb4787 100644 --- a/src/compose.php +++ b/src/compose.php @@ -629,7 +629,7 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se } /* function newMail() */ function getAttachments($message, &$composeMessage, $passed_id, $entities, $imapConnection) { - global $attachment_dir, $username, $data_dir; + global $attachment_dir, $username, $data_dir, $squirrelmail_language; $hashed_attachment_dir = getHashedDir($username, $attachment_dir); if (!count($message->entities) || ($message->type0 == 'message' && $message->type1 == 'rfc822')) { -- 2.25.1