From: indiri69 Date: Mon, 4 Mar 2002 23:08:50 +0000 (+0000) Subject: Removed urlencode call. $rcptaddress is already encoded. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ee1070a5761ee6ae4c9ab2f36c858679bf9a02a2 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 --- 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';