From: tokul Date: Tue, 2 Aug 2005 14:27:42 +0000 (+0000) Subject: invalid doc entry X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=41f701c15f3cd18f412eefe487e12d0d48270b6f;p=squirrelmail.git invalid doc entry git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9885 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index 05747945..8d1cea0a 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -326,7 +326,7 @@ function translateText(&$body, $wrap_at, $charset) { * @param string $ent_num (since 1.3.0) message part id * @param integer $id (since 1.3.0) message id * @param string $mailbox (since 1.3.0) imap folder name - * @param boolean $clean (since 1.5.1 and 1.4.6) Do not output stuff that's irrelevant for the printable version. + * @param boolean $clean (since 1.5.1) Do not output stuff that's irrelevant for the printable version. * @return string html formated message text */ function formatBody($imap_stream, $message, $color, $wrap_at, $ent_num, $id, $mailbox='INBOX', $clean=FALSE) {