From d6a61fdfbed7fdb44fb19de93b788547066b661a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 18 Nov 2008 20:29:21 -0700 Subject: [PATCH] phpdoc --- framework/Mime/lib/Horde/Mime/Part.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.11.0