Browse Source

More readable spacing

pdontthink 17 năm trước cách đây
mục cha
commit
5348e464a7
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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);
         }
     }