Update of /cvsroot/phpwsbb/phpwsbb/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7024/class
Modified Files:
Thread.php
Log Message:
RFE #862965 Changed default behavior to NOT monitor posts.
Index: Thread.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Thread.php 8 Mar 2004 03:05:15 -0000 1.37
--- Thread.php 16 Mar 2004 02:35:16 -0000 1.38
***************
*** 309,314 ****
}
! if(!$this->monitored && !empty($_SESSION["OBJ_user"]->user_id))
! $this->_monitor();
}
--- 309,315 ----
}
! /* Removed for RFE 862965 */
! //if(!$this->monitored && !empty($_SESSION["OBJ_user"]->user_id))
! //$this->_monitor();
}
|