From d8bdc6d56520c56babf23bea8c315953f1472800 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Mar 2010 15:27:23 -0600 Subject: [PATCH] phpdoc --- framework/Log/lib/Horde/Log/Filter/Level.php | 2 ++ imp/lib/Ajax/Application.php | 4 +++- imp/lib/Contents.php | 4 +--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/framework/Log/lib/Horde/Log/Filter/Level.php b/framework/Log/lib/Horde/Log/Filter/Level.php index 8585b563a..c7f04adf9 100644 --- a/framework/Log/lib/Horde/Log/Filter/Level.php +++ b/framework/Log/lib/Horde/Log/Filter/Level.php @@ -7,6 +7,7 @@ * one were written by Mike Naberezny and Chuck Hagenbuch. * * @package Horde_Log + * @subpackage Filters * @author Mike Naberezny * @author Chuck Hagenbuch * @license http://opensource.org/licenses/bsd-license.php BSD @@ -14,6 +15,7 @@ /** * @package Horde_Log + * @subpackage Filters * @author Mike Naberezny * @author Chuck Hagenbuch * @license http://opensource.org/licenses/bsd-license.php BSD diff --git a/imp/lib/Ajax/Application.php b/imp/lib/Ajax/Application.php index a7c2ba4a3..13c7e826b 100644 --- a/imp/lib/Ajax/Application.php +++ b/imp/lib/Ajax/Application.php @@ -1403,10 +1403,12 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base /** * Setup environment for dimp compose actions. * + * Variables used: *
      * 'composeCache' - (string) The IMP_Compose cache identifier.
+     * 'from' - (string) TODO
+     * 'identity' - (integer) The identity to use
      * 
- * from, identity, composeCache * * @return array An array with the following values: *
diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php
index 7cece3e25..3cea778d4 100644
--- a/imp/lib/Contents.php
+++ b/imp/lib/Contents.php
@@ -991,9 +991,7 @@ class IMP_Contents
     }
 
     /**
-     * Injects body contents into the base Horde_Mime_part object. If given
-     * a list of IDs, does not add body contents for that part or children
-     * of that part.
+     * Injects body contents into the base Horde_Mime_part object.
      *
      * @param array $ignore  A list of MIME IDs to ignore.
      *
-- 
2.11.0