|
From: <dts...@us...> - 2003-06-04 15:38:07
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb
In directory sc8-pr-cvs1:/tmp/cvs-serv12007
Modified Files:
index.php
Log Message:
Cleanup and thread locking complete
Index: index.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 3 Jun 2003 20:06:57 -0000 1.3
--- index.php 4 Jun 2003 15:38:02 -0000 1.4
***************
*** 11,15 ****
if(isset($_REQUEST["PHPWSBB_MAN_OP"])) {
- $_SESSION["PHPWSBB_Manager"]->managerAction();
$_SESSION["PHPWSBB_Manager"]->action();
}
--- 11,14 ----
|