From: stekkel Date: Fri, 27 Sep 2002 17:33:32 +0000 (+0000) Subject: rg=0 fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=41bb544ee50e6f3fc7fc28b725ff0bceb96c59f9;p=squirrelmail.git rg=0 fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3747 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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);