Browse Source

* Warning removal

Tyler Akins 24 years ago
parent
commit
301034e132
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -561,7 +561,7 @@
             $body .= formatAttachments ($message, $ent_num, $message->header->mailbox, $id);
          }
       } else {
-         $body .= formatAttachments ($message, -1, $message->header->mailbox, $id);
+         $body = formatAttachments ($message, -1, $message->header->mailbox, $id);
       }
       return $body;
    }