Browse Source

More readable spacing

pdontthink 17 years ago
parent
commit
5348e464a7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      functions/mailbox_display.php

+ 1 - 2
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);
         }
     }