From: Michael M Slusarz Date: Fri, 12 Mar 2010 19:15:52 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d972bc7db3d8e249e24fa6943842f07d4ec0dd39;p=horde.git phpdoc --- diff --git a/imp/lib/Ajax/Application.php b/imp/lib/Ajax/Application.php index 9261b76a9..3236ec18e 100644 --- a/imp/lib/Ajax/Application.php +++ b/imp/lib/Ajax/Application.php @@ -931,7 +931,7 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base * 'fwd_list' - (array) See IMP_Dimp::getAttachmentInfo(). * 'header' - (array) The headers of the message. * 'identity' - (integer) The identity ID to use for this message. - * 'imp_compose'- (string) The IMP_Compose cache identifier. + * 'imp_compose' - (string) The IMP_Compose cache identifier. * 'opts' - (array) Additional options needed for DimpCompose.fillForm(). * 'type' - (string) The input 'type' value. * 'ViewPort' - (object) See _viewPortData(). @@ -995,7 +995,7 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base * 'format' - (string) Either 'text' or 'html'. * 'header' - (array) The headers of the message. * 'identity' - (integer) The identity ID to use for this message. - * 'imp_compose'- (string) The IMP_Compose cache identifier. + * 'imp_compose' - (string) The IMP_Compose cache identifier. * 'opts' - (array) Additional options needed for DimpCompose.fillForm(). * 'ViewPort' - (object) See _viewPortData(). *