X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fimage.php;h=5702e44809cc15b04d7f97097f272de8fa63e096;hp=b27a47244774da1e023e144bad29483da5faf15a;hb=da56720bb91cda99fc9ff65561b5c771969788a6;hpb=3f6add30d872b4342e351cd1d7714f9db2db49a6;ds=sidebyside 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") . '';