[Openfirst-cvscommit] members adduser.php,1.7,1.8
Brought to you by:
xtimg
From: <ste...@us...> - 2004-01-07 00:08:24
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv13509 Modified Files: adduser.php Log Message: Correct name of picturelocation text input. Fixes bug ID #35 Index: adduser.php =================================================================== RCS file: /cvsroot/openfirst/members/adduser.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** adduser.php 23 Nov 2003 19:07:28 -0000 1.7 --- adduser.php 7 Jan 2004 00:08:21 -0000 1.8 *************** *** 169,173 **** <tr> <th>Picture Location</th> ! <td><input type="text" name="picture" /> <font size="1">(Leave blank for no photo)</font></td> </tr> --- 169,173 ---- <tr> <th>Picture Location</th> ! <td><input type="text" name="picturelocation" /> <font size="1">(Leave blank for no photo)</font></td> </tr> |