From c53195bbbf00d53343b5b33c35f43f75bb2646a9 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 8 Feb 2021 07:00:12 +0000 Subject: [PATCH] Remove random default argument value in the middle of argument list git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14898 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 9bc61820..3102fc3c 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -190,7 +190,8 @@ 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='php://stdout', $force_crlf='') { +// TODO: Needs documentation. $ent_id default is usually 1 +function mime_print_body_lines ($imap_stream, $id, $ent_id, $encoding, $rStream='php://stdout', $force_crlf='') { /* 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