From: Don S. <ri...@us...> - 2004-04-02 17:06:58
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27369/class Modified Files: Message.php Log Message: Rest of fixes to singletrack's bugs. Index: Message.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Message.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** Message.php 2 Apr 2004 16:47:22 -0000 1.50 --- Message.php 2 Apr 2004 16:54:47 -0000 1.51 *************** *** 414,419 **** } ! $_REQUEST["PHPWSBB_THREAD_OP"] = "view"; ! $thread->action(); } --- 414,418 ---- } ! $GLOBALS["CNT_phpwsbb"]["content"] .= "<a href=\"./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]=5\">" . $_SESSION["translate"]->it("Back to the topic.") . "</a><br />\n"; } |