Update of /cvsroot/openfirst/members
In directory sc8-pr-cvs1:/tmp/cvs-serv23216
Modified Files:
profile.php
Log Message:
Add missing </a>
Index: profile.php
===================================================================
RCS file: /cvsroot/openfirst/members/profile.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** profile.php 23 Aug 2003 20:31:16 -0000 1.11
--- profile.php 1 Sep 2003 20:11:13 -0000 1.12
***************
*** 86,90 ****
<table>
! <tr><th><a href="profile.php?orderby=user">Nick Name</a></th><th><a href="profile.php?orderby=team">Team</a></th><th><a href="profile.php?orderby=email">E-mail</a></th><th><a href="profile.php?orderby=msn">MSN</a></th><th><a href="profile.php?orderby=icq">ICQ</a></th><th><a href="profile.php?orderby=aim">AIM</a></th><th><a href="profile.php?orderby=picturelocation">Photo</th></tr>
<?php
if($_GET["orderby"] == "") { $_GET["orderby"] = "user"; }
--- 86,90 ----
<table>
! <tr><th><a href="profile.php?orderby=user">Nick Name</a></th><th><a href="profile.php?orderby=team">Team</a></th><th><a href="profile.php?orderby=email">E-mail</a></th><th><a href="profile.php?orderby=msn">MSN</a></th><th><a href="profile.php?orderby=icq">ICQ</a></th><th><a href="profile.php?orderby=aim">AIM</a></th><th><a href="profile.php?orderby=picturelocation">Photo</a></th></tr>
<?php
if($_GET["orderby"] == "") { $_GET["orderby"] = "user"; }
|