Update of /cvsroot/openfirst/members
In directory sc8-pr-cvs1:/tmp/cvs-serv31406
Modified Files:
profile.php
Log Message:
Fix bug with ICQ status reporting
Index: profile.php
===================================================================
RCS file: /cvsroot/openfirst/members/profile.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** profile.php 23 Nov 2003 19:07:28 -0000 1.20
--- profile.php 23 Nov 2003 19:10:58 -0000 1.21
***************
*** 187,191 ****
// Check if ICQ information is available
if ($q->icq != "" && $q->icq != "0") {
! echo("echo $q->icq; (<img src=\"http://wwp.icq.com/scripts/online.dll?icq=$q->icq&img=5\" alt=\"User status\" />)");
} else {
echo("No ICQ contact information provided");
--- 187,191 ----
// Check if ICQ information is available
if ($q->icq != "" && $q->icq != "0") {
! echo("$q->icq (<img src=\"http://wwp.icq.com/scripts/online.dll?icq=$q->icq&img=5\" alt=\"User status\" />)");
} else {
echo("No ICQ contact information provided");
|