Update of /cvsroot/openfirst/messenger
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32381/messenger
Modified Files:
messenger.php
Log Message:
Reduced size of online message
Index: messenger.php
===================================================================
RCS file: /cvsroot/openfirst/messenger/messenger.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** messenger.php 14 Mar 2005 00:53:32 -0000 1.15
--- messenger.php 25 May 2005 20:29:22 -0000 1.16
***************
*** 64,68 ****
// Check how many records of users are available and put in user usable variable
$query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline");
! $usersonline = "There are currently <b>".ofirst_dbnum_rows($query)."</b> persons on this website! [ <a href='$basepath/messenger/'>View List</a> ]";
// Check how many people are previewing the same exact script location and put in user usable variable
--- 64,68 ----
// Check how many records of users are available and put in user usable variable
$query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline");
! $usersonline = "There are <a href=\"$basepath/messenger/\" class=\"bold\">".ofirst_dbnum_rows($query)."</a> persons online!";
// Check how many people are previewing the same exact script location and put in user usable variable
|