From e7c6e05c6d3429c23e36154a16f8d7361926f0d0 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Thu, 13 Sep 2001 00:30:28 +0000 Subject: [PATCH] Removed warning message with E_ALL --- functions/imap_general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/imap_general.php b/functions/imap_general.php index a80993503..8a7319148 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -258,6 +258,8 @@ $sqimap_capabilities[$cap_list[0]] = TRUE; } } + if (! isset($sqimap_capabilities[$capability])) + return false; return $sqimap_capabilities[$capability]; }