From: Don S. <ri...@us...> - 2004-05-11 14:22:00
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7276/conf Modified Files: boost.php manager.php Log Message: Fixes for Bug 951537 in which Thread paging is seriously not working. It is now though. Updated version to 0.9.4 for impending bugfix release. Index: manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/manager.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** manager.php 9 Apr 2004 01:01:43 -0000 1.8 --- manager.php 11 May 2004 14:21:49 -0000 1.9 *************** *** 93,97 **** /* The paging parameters for the list */ ! $threadsPaging = array( "op"=>"PHPWSBB_MAN_OP=listthreads", "limit"=>50, "secion"=>1, --- 93,97 ---- /* The paging parameters for the list */ ! $threadsPaging = array( "op"=>"PHPWSBB_MAN_OP=viewforum", "limit"=>50, "secion"=>1, Index: boost.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** boost.php 30 Apr 2004 02:52:58 -0000 1.30 --- boost.php 11 May 2004 14:21:49 -0000 1.31 *************** *** 31,35 **** $admin_mod = 1; $active = "on"; ! $version = "0.9.3"; $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Manager.php"); --- 31,35 ---- $admin_mod = 1; $active = "on"; ! $version = "0.9.4"; $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Manager.php"); |