From ee1070a5761ee6ae4c9ab2f36c858679bf9a02a2 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Mon, 4 Mar 2002 23:08:50 +0000 Subject: [PATCH] Removed urlencode call. $rcptaddress is already encoded. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2541 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webmail.php b/src/webmail.php index 5504a343..89fa16a3 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -90,7 +90,6 @@ if ($right_frame == 'right_main.php') { } elseif ($right_frame == 'folders.php') { $right_frame_url = 'folders.php'; } elseif ($right_frame == 'compose.php') { - $rcptaddress = urlencode($rcptaddress); $right_frame_url = "compose.php?send_to=$rcptaddress"; } else { $right_frame_url = 'right_main.php'; -- 2.25.1