From e7be116b029c17b9a8f553b9cfebc70aa2d2c4df Mon Sep 17 00:00:00 2001 From: ullgren Date: Thu, 23 May 2002 15:50:57 +0000 Subject: [PATCH] Forgot to add as global git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2855 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_messages.php b/functions/imap_messages.php index cfc49e00..98acb636 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -333,7 +333,7 @@ function elapsedTime($start) { function sqimap_get_small_header_list ($imap_stream, $msg_list, $issent) { - global $squirrelmail_language, $color, $data_dir, $username; + global $squirrelmail_language, $color, $data_dir, $username, $imap_server_type; $start = gettimeofday(); /* Get the small headers for each message in $msg_list */ $sid = sqimap_session_id(); -- 2.25.1