From: Michael M Slusarz Date: Sun, 16 Nov 2008 22:57:30 +0000 (-0700) Subject: phpdoc - document correct default value X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5b65c5625fc2dd25b41e84b748f220e9ef443900;p=horde.git phpdoc - document correct default value --- diff --git a/imp/view.php b/imp/view.php index 507828656..384bc710a 100644 --- a/imp/view.php +++ b/imp/view.php @@ -18,7 +18,8 @@ * 'id' - (string) The MIME part ID to display. * 'index - (integer) The index of the message. * 'mailbox' - (string) The mailbox of the message. - * 'mode' - (string) The view mode to use (DEFAULT: 'full'). + * 'mode' - (integer) The view mode to use. + * DEFAULT: IMP_Contents::RENDER_FULL * 'zip' - (boolean) Download in .zip format? * *