Explorar el Código

Fixing a typo. I think. Will verify with stekkel.

graf25 hace 23 años
padre
commit
96dd126093
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -744,7 +744,7 @@ function formatAttachments($message, $ent_id, $mailbox, $id) {
         $type1 = strtolower($header->type1);
         $name = decodeHeader($header->name);
 
-	if ($type0 =='message' && $type1 = 'rfc822') {
+	if ($type0 =='message' && $type1 == 'rfc822') {
 	 
             $filename = decodeHeader($message->header->filename);
             if (trim($filename) == '') {