Browse Source

Just in case ...

stekkel 20 years ago
parent
commit
fd313477e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -159,7 +159,7 @@ function mime_fetch_body($imap_stream, $id, $ent_id=1, $fetch_size=0) {
     return $ret;
     return $ret;
 }
 }
 
 
-function mime_print_body_lines ($imap_stream, $id, $ent_id=1, $encoding, $rStream) {
+function mime_print_body_lines ($imap_stream, $id, $ent_id=1, $encoding, $rStream='php://stdout') {
 
 
     /* Don't kill the connection if the browser is over a dialup
     /* Don't kill the connection if the browser is over a dialup
     * and it would take over 30 seconds to download it.
     * and it would take over 30 seconds to download it.