phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Mar 2010 21:27:23 +0000 (15:27 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Mar 2010 07:38:13 +0000 (01:38 -0600)
framework/Log/lib/Horde/Log/Filter/Level.php
imp/lib/Ajax/Application.php
imp/lib/Contents.php

index 8585b56..c7f04ad 100644 (file)
@@ -7,6 +7,7 @@
  * one were written by Mike Naberezny and Chuck Hagenbuch.
  *
  * @package  Horde_Log
+ * @subpackage Filters
  * @author   Mike Naberezny <mike@maintainable.com>
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
@@ -14,6 +15,7 @@
 
 /**
  * @package  Horde_Log
+ * @subpackage Filters
  * @author   Mike Naberezny <mike@maintainable.com>
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index a7c2ba4..13c7e82 100644 (file)
@@ -1403,10 +1403,12 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base
     /**
      * Setup environment for dimp compose actions.
      *
+     * Variables used:
      * <pre>
      * 'composeCache' - (string) The IMP_Compose cache identifier.
+     * 'from' - (string) TODO
+     * 'identity' - (integer) The identity to use
      * </pre>
-     * from, identity, composeCache
      *
      * @return array  An array with the following values:
      * <pre>
index 7cece3e..3cea778 100644 (file)
@@ -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.
      *