From: Mike N. <mh...@us...> - 2005-03-21 04:40:17
|
Wendall, This should probably be corrected before 0.10.1 is released. =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Forum.php,v retrieving revision 1.37 diff -u -r1.37 Forum.php --- Forum.php 4 Mar 2005 18:19:42 -0000 1.37 +++ Forum.php 21 Mar 2005 04:35:39 -0000 @@ -363,7 +363,7 @@ // FatCat if($_SESSION['OBJ_fatcat']) /* Got rid of the brackets so that the link isn't broken in email messages */ - $_SESSION['OBJ_fatcat']->saveSelect($this->getLabel(), 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=viewforum&PHPWS_MAN_ITEMS=' . $this->getId(), $this->getId()); + $_SESSION['OBJ_fatcat']->saveSelect($this->getLabel(), 'index.php?module=phpwsbb&PHPWSBB_MAN_OP=viewforum&PHPWS_MAN_ITEMS=' . $this->getId(), $this->getId()); $GLOBALS['CNT_phpwsbb']['content'] .= $_SESSION['PHPWSBB_Manager']->_menu($this) . $_SESSION['translate']->it('Your forum was successfully saved.') . "<br />"; $GLOBALS['CNT_phpwsbb']['content'] .= '<a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=list">' . $_SESSION['translate']->it('Back to Forums') . '</a>'; @@ -512,4 +512,4 @@ }// END FUNC getLastPost }// END CLASS PHPWSBB_Forum -?> \ No newline at end of file +?> -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |