diff options
author | jake%acutex.net <> | 2001-10-06 04:38:26 +0200 |
---|---|---|
committer | jake%acutex.net <> | 2001-10-06 04:38:26 +0200 |
commit | 0ecb4f717801f98eea6f74b1202282139c431e4e (patch) | |
tree | 416479be5b02ff73fef845beed615ea49bec0aa6 /createaccount.cgi | |
parent | 09c5e6b565eb670d61dae0e29de4a1f9d789cacf (diff) | |
download | bugzilla-0ecb4f717801f98eea6f74b1202282139c431e4e.tar.gz bugzilla-0ecb4f717801f98eea6f74b1202282139c431e4e.tar.xz |
Fix for bug 55630 - email-suffix is not shown in createaccount-page
Patch by kai morich <mail@kai-morich.de>
r= matty@chariot.net.au
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 3bf7f51b4..88c18d0fd 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -91,7 +91,7 @@ as well. <table> <tr> <td align=right><b>E-mail address:</b></td> -<td><input size=35 name=login></td> +<td><input size=35 name=login>}.Param('emailsuffix').q{</td> </tr> <tr> <td align=right><b>Real name:</b></td> |