summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-12-07 10:41:15 +0000
committeralecpl <alec@alec.pl>2011-12-07 10:41:15 +0000
commitb6da0b76afb5697685c35b8584631294cfc7b12f (patch)
treeda81d13466eccdfe287075e5a77ee37ab485a1bc /program/include/rcmail.php
parent7e263ea2048721482c00db65d4511f00c4c7b1d4 (diff)
- Remove deprecated global $IMAP variable usage (#1488148)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 733573f1c..9f26450a1 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -584,7 +584,6 @@ class rcmail
* Create global IMAP object and connect to server
*
* @param boolean True if connection should be established
- * @todo Remove global $IMAP
*/
public function imap_init($connect = false)
{