From 8df4c9294fffc58cba49b68d1ee4954a3168d326 Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 28 Oct 2004 07:12:28 +0000 Subject: [PATCH] Missing global git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8269 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 a07c3872..509ca047 100644 --- a/src/compose.php +++ b/src/compose.php @@ -824,7 +824,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, $squirrelmail_language; + global $attachment_dir, $username, $data_dir, $squirrelmail_language, $languages; $hashed_attachment_dir = getHashedDir($username, $attachment_dir); if (!count($message->entities) || ($message->type0 == 'message' && $message->type1 == 'rfc822')) { -- 2.25.1