Forgot to add as global
authorullgren <ullgren@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 23 May 2002 15:50:57 +0000 (15:50 +0000)
committerullgren <ullgren@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 23 May 2002 15:50:57 +0000 (15:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2855 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_messages.php

index cfc49e00e796bbe1695feda2e51b62cbd6b242e8..98acb6363e0fc8a965a9944fbb4541333b5e6227 100755 (executable)
@@ -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();