From 6cc670de711a39c7617a9fbfd4e523a9750ac48d Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 19 Apr 2005 10:44:26 +0000 Subject: [PATCH] Just in case ... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9355 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index fabe0fed..478f4558 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -159,7 +159,7 @@ function mime_fetch_body($imap_stream, $id, $ent_id=1, $fetch_size=0) { 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 * and it would take over 30 seconds to download it. -- 2.25.1