From: Michael M Slusarz Date: Wed, 22 Jul 2009 05:29:27 +0000 (-0600) Subject: Fix documentation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fdc3b565fcf788f68e33e3b10afe45021d105267;p=horde.git Fix documentation --- diff --git a/imp/lib/base.php b/imp/lib/base.php index 99e48d15f..56adfa266 100644 --- a/imp/lib/base.php +++ b/imp/lib/base.php @@ -5,21 +5,21 @@ * * The following global variables are used: *
- * imp_authentication - The type of authentication to use:
+ * $imp_authentication - The type of authentication to use:
  *   'horde' - Only use horde authentication
  *   'none'  - Do not authenticate
  *   'throw' - Authenticate to IMAP/POP server; on no auth, throw a
  *             Horde_Exception
- *   Default - Authenticate to IMAP/POP server; on no auth redirect to login
- *             screen
- * imp_compose_page - If true, we are on IMP's compose page
- * imp_dimp_logout - Logout and redirect to the login page.
- * imp_no_compress - Controls whether the page should be compressed
- * imp_session_control - Sets special session control limitations:
- * 
- * 'netscape'
- * 'none'
- * 'readonly'
+ *   [DEFAULT] - Authenticate to IMAP/POP server; on no auth redirect to login
+ *               screen
+ * $imp_compose_page - If true, we are on IMP's compose page
+ * $imp_dimp_logout - Logout and redirect to the login page.
+ * $imp_no_compress - Controls whether the page should be compressed
+ * $imp_session_control - Sets special session control limitations:
+ *   'netscape' - TODO; start read/write session
+ *   'none' - Do not start a session
+ *   'readonly' - Start session readonly
+ *   [DEFAULT] - Start read/write session
  * 
* * Global variables defined: