Remove random default argument value in the middle of argument list
[squirrelmail.git] / functions / mime.php
index 9bc6182032a95e40ecff32f7c9b43e9a442102a4..3102fc3c17ff9d1ac67fe4dfe0cbf5bb326b4d70 100644 (file)
@@ -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.