[Openfirst-cvscommit] messenger index.php,1.15,1.16 newmsg.php,1.17,1.18
Brought to you by:
xtimg
From: <xt...@us...> - 2004-02-28 02:37:28
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7715 Modified Files: index.php newmsg.php Log Message: Fix small bugs, change caption. Fixes bug #82. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/messenger/index.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.php 14 Feb 2004 15:24:04 -0000 1.15 --- index.php 28 Feb 2004 02:28:19 -0000 1.16 *************** *** 26,30 **** ?> <h1>Current Online Users</h1> ! <p>This is a list of current users on the website.</p> <table> <tr> --- 26,31 ---- ?> <h1>Current Online Users</h1> ! <p>This is a list of current users on the website. You may send ! messages to team members using the messenger feature.</p> <table> <tr> Index: newmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/newmsg.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** newmsg.php 14 Feb 2004 15:24:04 -0000 1.17 --- newmsg.php 28 Feb 2004 02:28:19 -0000 1.18 *************** *** 64,68 **** if(function_exists("send_message")) { ! send_message($receiver->user, "You have a new message waiting in your messenger inbox. $home/$basepath/messenger/inbox.php", "all"); } --- 64,68 ---- if(function_exists("send_message")) { ! send_message($recipient->user, "You have a new message waiting in your messenger inbox. $home/$basepath/messenger/inbox.php", "all"); } |