From: Michael M Slusarz Date: Mon, 30 Nov 2009 20:23:12 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=058ff0d3ced4b5e2c2334a1a64b0cddb831695ba;p=horde.git phpdoc --- diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index 58c47c6c7..951d0b61f 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -181,9 +181,9 @@ class IMP_Auth * 'filteravail' - (boolean) Can we apply filters manually? * 'imap' - (array) Config for various IMAP resources (acl, admin, * namespace, quota, thread) - * 'imap_ob' - (string) The serialized Horde_Imap_Client object. * 'maildomain' - (string) See config/servers.php. * 'notepadavail' - (boolean) Is listing of notepads available? + * 'ob' - (string) The serialized Horde_Imap_Client object. * 'protocol' - (string) Either 'imap' or 'pop'. * 'rteavail' - (boolean) Is the HTML editor available? * 'search' - (array) Settings used by the IMP_Search library. diff --git a/imp/lib/Imap.php b/imp/lib/Imap.php index fd14965a1..95cb3e0fc 100644 --- a/imp/lib/Imap.php +++ b/imp/lib/Imap.php @@ -1,7 +1,7 @@