From 058ff0d3ced4b5e2c2334a1a64b0cddb831695ba Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 30 Nov 2009 13:23:12 -0700 Subject: [PATCH] phpdoc --- imp/lib/Auth.php | 2 +- imp/lib/Imap.php | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) 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 @@