From b6da0b76afb5697685c35b8584631294cfc7b12f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 07 Dec 2011 05:41:15 -0500 Subject: [PATCH] - Remove deprecated global $IMAP variable usage (#1488148) --- program/include/rcmail.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 733573f..9f26450 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -584,7 +584,6 @@ * 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) { -- Gitblit v1.9.1