Fix to allow creating of new accounts

This commit is contained in:
Tony Lambregts
2005-01-05 19:08:06 +00:00
committed by Jeremy Newman
parent c28339d683
commit ff64795163
3 changed files with 11 additions and 3 deletions

View File

@@ -29,6 +29,14 @@ echo html_frame_start("Create New Application DB Account","400","",0)
<td class=color1> Email Address </td>
<td class=color0> <input type="text" name="ext_email" value='<?php if(isset($_POST['ext_email'])) echo $_POST['ext_email']?>'> </td>
</tr>
<?php
echo "<tr><td class=color1>&nbsp; Wine version </td><td class=color0>";
make_bugzilla_version_list("CVSrelease", $CVSrelease);
echo "</td></tr>";
?>
<tr>
<td colspan=2 align=center class=color3>