Update of /cvsroot/phpwsbb/phpwsbb/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26133/class
Modified Files:
Thread.php
Log Message:
Removing bottom repeat of thread menu
Index: Thread.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Thread.php 2 Apr 2004 16:47:22 -0000 1.47
--- Thread.php 2 Apr 2004 16:48:50 -0000 1.48
***************
*** 225,229 ****
$content = PHPWS_Template::processTemplate($tags, "phpwsbb", "view_thread.tpl");
-
// Need to cycle through all messages and view
foreach($this->messages as $mid) {
--- 225,228 ----
***************
*** 232,237 ****
}
- $content .= PHPWS_Template::processTemplate($tags, "phpwsbb", "view_thread.tpl");
-
return $content;
--- 231,234 ----
|