From: Shaun M. <sin...@us...> - 2006-02-27 18:50:42
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8051 Modified Files: Manager.php Log Message: Removed an extra title in listNewThreads I'd left in Index: Manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Manager.php,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** Manager.php 27 Feb 2006 01:08:49 -0000 1.69 --- Manager.php 27 Feb 2006 18:50:37 -0000 1.70 *************** *** 386,390 **** function _listNewThreads($since) { if(!$_SESSION['OBJ_user']->username) { - $GLOBALS['CNT_phpwsbb']['title'] = $_SESSION['translate']->it('Please Register'); $_SESSION['OBJ_user']->jumpURL = './index.php?module=phpwsbb&PHPWSBB_MAN_OP=getnew'; $_SESSION['OBJ_user']->error[] = $_SESSION['translate']->it('The "View New Posts" feature is only available to registered users of this site. You must log-in to view this page.'); --- 386,389 ---- |