From: Eloi G. <ada...@us...> - 2004-09-19 05:14:31
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8281/class Modified Files: Thread.php Log Message: Cleaned up some "undefined variable" errors Index: Thread.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** Thread.php 17 Sep 2004 15:59:59 -0000 1.58 --- Thread.php 19 Sep 2004 05:14:22 -0000 1.59 *************** *** 253,256 **** --- 253,257 ---- // Need to cycle through all messages and view + $content = ''; foreach($this->messages as $mid) { $message = new PHPWSBB_Message($mid, $this->isModerator); |