From 41bb544ee50e6f3fc7fc28b725ff0bceb96c59f9 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 27 Sep 2002 17:33:32 +0000 Subject: [PATCH] rg=0 fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3747 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/view_text.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view_text.php b/src/view_text.php index 53ad3945..18d80586 100644 --- a/src/view_text.php +++ b/src/view_text.php @@ -29,11 +29,13 @@ if (!isset($_GET['passed_ent_id'])) { $passed_ent_id = $_GET['passed_ent_id']; } $passed_id = $_GET['passed_id']; +$ent_id = $_GET['ent_id']; $username = $_SESSION['username']; $key = $_COOKIE['key']; $delimiter = $_SESSION['delimiter']; $onetimepad = $_SESSION['onetimepad']; - +$QUERY_STRING = $_SERVER['QUERY_STRING']; +sqextractGlobalVar('messages'); $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); $mbx_response = sqimap_mailbox_select($imapConnection, $mailbox); -- 2.25.1