From: Michael M Slusarz Date: Wed, 19 Nov 2008 03:29:21 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d6a61fdfbed7fdb44fb19de93b788547066b661a;p=horde.git phpdoc --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index aaf2d3fe2..a26574732 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -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) {