ChangeSet ID: 26341 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/07 13:03:42
Modified files: include : form_new.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Fix another missed variable, 'create' to 'sCreate' to allow new users to be created
Patch: http://cvs.winehq.org/patch.py?id=26341
Old revision New revision Changes Path 1.9 1.10 +1 -1 appdb/include/form_new.php
Index: appdb/include/form_new.php diff -u -p appdb/include/form_new.php:1.9 appdb/include/form_new.php:1.10 --- appdb/include/form_new.php:1.9 7 Jul 2006 18: 3:42 -0000 +++ appdb/include/form_new.php 7 Jul 2006 18: 3:42 -0000 @@ -43,7 +43,7 @@ echo html_frame_start("Create New Applic
<tr> <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> </tr> </table>