Selaa lähdekoodia

More readable spacing

pdontthink 17 vuotta sitten
vanhempi
commit
5348e464a7
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      functions/mailbox_display.php

+ 1 - 2
functions/mailbox_display.php

@@ -1549,8 +1549,7 @@ function attachSelectedMessages($imapConnection,$aMsgHeaders) {
             fwrite ($fp, $body);
             fwrite ($fp, $body);
             fclose($fp);
             fclose($fp);
 
 
-            $composeMessage->initAttachment('message/rfc822',$subject.'.eml',
-                 $filename);
+            $composeMessage->initAttachment('message/rfc822', $subject . '.eml', $filename);
         }
         }
     }
     }