|
From: Lo?c C. <lo...@us...> - 2001-06-16 10:18:58
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv28154/chat
Modified Files:
users_low.php3
Log Message:
Forgot a var in the pmcFormatUsername function declaration
Index: users_low.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_low.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** users_low.php3 2001/06/10 14:56:06 1.21
--- users_low.php3 2001/06/16 10:18:54 1.22
***************
*** 134,138 ****
* @access public
*/
! function pmcFormatUsername($theUsername, $isUnLatin1, $theStatus)
{
$tagsOpen = '';
--- 134,138 ----
* @access public
*/
! function pmcFormatUsername($theUsername, $isUnLatin1, $theStatus, $isAway)
{
$tagsOpen = '';
|