From: <dts...@us...> - 2003-05-20 22:19:04
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/conf In directory sc8-pr-cvs1:/tmp/cvs-serv6229/conf Modified Files: boost.php manager.php Log Message: Progress Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/conf/boost.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** boost.php 20 May 2003 19:29:38 -0000 1.1 --- boost.php 20 May 2003 21:59:16 -0000 1.2 *************** *** 9,13 **** $mod_directory = "phpwsbb"; $mod_filename = "index.php"; - $admin_op = "&PHPWSBB_MAN_OP=Main"; $allow_view = "all"; $mod_icon = "phpwsbb.png"; --- 9,12 ---- *************** *** 16,19 **** --- 15,19 ---- $active = "on"; $version = "0.1.0"; + $admin_op = "&PHPWSBB_MAN_OP=list"; $mod_class_files = array("Message.php", "Manager.php"); Index: manager.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/conf/manager.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manager.php 20 May 2003 19:29:38 -0000 1.1 --- manager.php 20 May 2003 21:59:16 -0000 1.2 *************** *** 6,10 **** /* The name of my lists and their corresponding database constraints */ ! $lists = array("messages"=>"WHERE approved=1"); /* The directory where my templates are located */ --- 6,10 ---- /* The name of my lists and their corresponding database constraints */ ! $lists = array("messages"=>"pid=0"); /* The directory where my templates are located */ *************** *** 35,39 **** /* The paging parameters for the list */ ! $messagesPaging = array( "op"=>"PHPWSBB_MAN_OP=Main", "limit"=>50, "secion"=>1, --- 35,39 ---- /* The paging parameters for the list */ ! $messagesPaging = array( "op"=>"PHPWSBB_MAN_OP=list", "limit"=>50, "secion"=>1, |