From: <dts...@us...> - 2003-06-03 16:37:53
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb In directory sc8-pr-cvs1:/tmp/cvs-serv14102 Modified Files: index.php Log Message: Updates for adding replies and lastreply fields Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 20 May 2003 19:29:38 -0000 1.1 --- index.php 3 Jun 2003 16:22:27 -0000 1.2 *************** *** 15,20 **** } ! if(isset($_REQUEST["PHPWSBB_OP"]) && isset($_SESSION["PHPWSBB_Manager"]->message)) ! $_SESSION["PHPWSBB_Manager"]->message->action(); ?> --- 15,20 ---- } ! if(isset($_REQUEST["PHPWSBB_MESSAGE_OP"]) && isset($_SESSION["PHPWSBB_Manager"]->phpwsbb_message)) ! $_SESSION["PHPWSBB_Manager"]->phpwsbb_message->action(); ?> |