From 54156b1cfd60ef726191e2209fbd4306a980a03c Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 7 Apr 2008 16:21:37 +0000 Subject: [PATCH] More readable spacing git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13052 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 987e0ff4..29a3b340 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1549,8 +1549,7 @@ function attachSelectedMessages($imapConnection,$aMsgHeaders) { fwrite ($fp, $body); fclose($fp); - $composeMessage->initAttachment('message/rfc822',$subject.'.eml', - $filename); + $composeMessage->initAttachment('message/rfc822', $subject . '.eml', $filename); } } -- 2.25.1