Explorar o código

Added a 0 to a call in mime_structure to get rid of error messages.

gustavf %!s(int64=25) %!d(string=hai) anos
pai
achega
0124aca800
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -75,7 +75,7 @@
 
       if ($debug_mime) echo "<tt>$read</tt><br><br>";
 
-      $msg = mime_parse_structure ($read);
+      $msg = mime_parse_structure ($read, 0);
       $msg->header = $header;
       return $msg;
    }