From 72080953efe7bd7813e6e3cfa6005a2a00698238 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 5 Feb 2006 20:46:10 +0000 Subject: [PATCH] Don't urlencode the users email address when displaying it back to the user, otherwise we'll see stuff like blah%40yourdomain.com --- account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account.php b/account.php index 34dd22c..0ec0d8d 100644 --- a/account.php +++ b/account.php @@ -159,7 +159,7 @@ function cmd_send_passwd() } else { - addmsg("Sorry, that user (". urlencode($_POST['ext_email']) .") does not exist.

" + addmsg("Sorry, that user (".$_POST['ext_email'].") does not exist.

" .$note, "red"); }