[Openfirst-cvscommit] feedback/admin index.php,1.13,1.14
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2004-04-15 00:45:44
|
Update of /cvsroot/openfirst/feedback/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14918 Modified Files: index.php Log Message: Use standardised example address in accordance with RFC2606 (http://www.rfc-editor.org/rfc/rfc2606.txt) Index: index.php =================================================================== RCS file: /cvsroot/openfirst/feedback/admin/index.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** index.php 24 Dec 2003 18:22:18 -0000 1.13 --- index.php 15 Apr 2004 00:45:36 -0000 1.14 *************** *** 63,67 **** } else { ! echo("<textarea name='feedbackusers' rows='10' cols='50'>jo...@so... Joe Somebody"); } echo("</textarea><br /><input type='submit' value='Update Feedback Users' /></form>"); --- 63,67 ---- } else { ! echo("<textarea name='feedbackusers' rows='10' cols='50'>tea...@ex... Example Team Leader"); } echo("</textarea><br /><input type='submit' value='Update Feedback Users' /></form>"); |