From: <dts...@us...> - 2003-06-03 22:18:40
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/class In directory sc8-pr-cvs1:/tmp/cvs-serv10768/class Modified Files: Message.php Thread.php Log Message: Still need thread locking and message forking Index: Message.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/class/Message.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Message.php 3 Jun 2003 22:16:08 -0000 1.13 --- Message.php 3 Jun 2003 22:18:31 -0000 1.14 *************** *** 288,292 **** break; case "fork": - case "lock": default: $title = "NO OP"; --- 288,291 ---- Index: Thread.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/class/Thread.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Thread.php 3 Jun 2003 22:16:08 -0000 1.4 --- Thread.php 3 Jun 2003 22:18:31 -0000 1.5 *************** *** 168,172 **** break; - case "fork": case "lock": default: --- 168,171 ---- |