Fix another missed variable, 'create' to 'sCreate' to allow new users to be created

This commit is contained in:
Chris Morgan
2006-07-07 18:03:42 +00:00
committed by WineHQ
parent 2d4ecadc6b
commit 64c1681e43

View File

@@ -43,7 +43,7 @@ echo html_frame_start("Create New Application DB Account","400","",0)
<tr> <tr>
<td colspan=2 align=center class=color3> <td colspan=2 align=center class=color3>
<input type="submit" name="create" value=" Create Account " class=button> <input type="submit" name="sCreate" value=" Create Account " class=button>
</td> </td>
</tr> </tr>
</table> </table>