From da56720bb91cda99fc9ff65561b5c771969788a6 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 6 Jan 2003 20:42:34 +0000 Subject: [PATCH] This urlencode(urldecode thing breaks stuff and doesn't add real value. Remove it until a real solution comes up. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4391 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image.php b/src/image.php index b27a4724..5702e448 100644 --- a/src/image.php +++ b/src/image.php @@ -37,7 +37,7 @@ echo '
' . '
' . _("Viewing an image attachment") . " - "; -$msg_url = 'read_body.php?' . urlencode(strip_tags(urldecode($QUERY_STRING))); +$msg_url = 'read_body.php?' . $QUERY_STRING; $msg_url = set_url_var($msg_url, 'ent_id', 0); echo ''. _("View message") . ''; -- 2.25.1