From 24fc49052db9408811aadf5b2e2740371553ace2 Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 25 Sep 2002 19:31:09 +0000 Subject: [PATCH] rg=0 fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3742 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/image.php b/src/image.php index 33b8efaf..b695b5d3 100644 --- a/src/image.php +++ b/src/image.php @@ -24,10 +24,10 @@ require_once(SM_PATH . 'include/load_prefs.php'); displayPageHeader($color, 'None'); /* globals */ - $mailbox = $_GET['mailbox']; $passed_id = $_GET['passed_id']; - +$ent_id = $_GET['ent_id']; +$QUERY_STRING = $_SERVER['QUERY_STRING']; /* end globals */ echo '
' . -- 2.25.1