|
From: <pdo...@us...> - 2021-02-08 06:51:17
|
Revision: 14897
http://sourceforge.net/p/squirrelmail/code/14897
Author: pdontthink
Date: 2021-02-08 06:51:09 +0000 (Mon, 08 Feb 2021)
Log Message:
-----------
Remove random default argument value in the middle of argument list
Modified Paths:
--------------
branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
Modified: branches/SM-1_4-STABLE/squirrelmail/functions/mime.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/mime.php 2021-02-08 06:30:30 UTC (rev 14896)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/mime.php 2021-02-08 06:51:09 UTC (rev 14897)
@@ -167,7 +167,8 @@
return $ret;
}
-function mime_print_body_lines ($imap_stream, $id, $ent_id=1, $encoding, $rStream='php://stdout') {
+// TODO: Needs documentation. $ent_id default is usually 1
+function mime_print_body_lines ($imap_stream, $id, $ent_id, $encoding, $rStream='php://stdout') {
global $uid_support;
/* Don't kill the connection if the browser is over a dialup
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|