From a60b99896b021551c00b983a40ab4dd320fcc454 Mon Sep 17 00:00:00 2001 From: gustavf Date: Fri, 30 Jun 2000 15:30:19 +0000 Subject: [PATCH] Bug when repkyin. Could not use is_logged_in(). Replaced with sqimap_login(). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@575 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index 000b2264..eadb2173 100644 --- a/src/compose.php +++ b/src/compose.php @@ -354,7 +354,7 @@ showInputForm(); } else { - is_logged_in(); + $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); displayPageHeader($color, $mailbox); $newmail = true; -- 2.25.1