phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 Nov 2008 03:29:21 +0000 (20:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 Nov 2008 03:29:21 +0000 (20:29 -0700)
framework/Mime/lib/Horde/Mime/Part.php

index aaf2d3f..a265747 100644 (file)
@@ -1250,7 +1250,8 @@ class Horde_Mime_Part
     /**
      * Build the MIME IDs for this part and all subparts.
      *
-     * @param string $id  The ID of this part.
+     * @param string $id       The ID of this part.
+     * @param boolean $rfc822  Is this a message/rfc822 part?
      */
     public function buildMimeIds($id = null, $rfc822 = false)
     {