|
From: <pdo...@us...> - 2021-02-08 07:00:21
|
Revision: 14898
http://sourceforge.net/p/squirrelmail/code/14898
Author: pdontthink
Date: 2021-02-08 07:00:12 +0000 (Mon, 08 Feb 2021)
Log Message:
-----------
Remove random default argument value in the middle of argument list
Modified Paths:
--------------
trunk/squirrelmail/functions/mime.php
Modified: trunk/squirrelmail/functions/mime.php
===================================================================
--- trunk/squirrelmail/functions/mime.php 2021-02-08 06:51:09 UTC (rev 14897)
+++ trunk/squirrelmail/functions/mime.php 2021-02-08 07:00:12 UTC (rev 14898)
@@ -190,7 +190,8 @@
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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|