ChangeSet ID: 22737 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/02/05 14:46:10
Modified files: . : account.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Don't urlencode the users email address when displaying it back to the user, otherwise we'll see stuff like blah%40yourdomain.com
Patch: http://cvs.winehq.org/patch.py?id=22737
Old revision New revision Changes Path 1.14 1.15 +1 -1 appdb/account.php
Index: appdb/account.php diff -u -p appdb/account.php:1.14 appdb/account.php:1.15 --- appdb/account.php:1.14 5 Feb 2006 20:46:10 -0000 +++ appdb/account.php 5 Feb 2006 20:46:10 -0000 @@ -159,7 +159,7 @@ function cmd_send_passwd() } else { - addmsg("Sorry, that user (". urlencode($_POST['ext_email']) .") does not exist.<br><br>" + addmsg("Sorry, that user (".$_POST['ext_email'].") does not exist.<br><br>" .$note, "red"); }