[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.137,1.138
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-05-20 15:38:32
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv24314/phpslash-ft/public_html Modified Files: config.php3 Log Message: Feature Request [ 528683 ] - more Poll answers Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.137 retrieving revision 1.138 diff -C2 -d -r1.137 -r1.138 *** config.php3 19 May 2002 14:40:10 -0000 1.137 --- config.php3 20 May 2002 15:38:29 -0000 1.138 *************** *** 105,110 **** // basically allows you to moderate the posts. ! $_PSL['poll_max_answers'] = 8; // When creating a poll, you have a question ! // and up to $max_poll_answers answers. $_PSL['home_section_id'] = 3; // There is a "main" section. When people --- 105,110 ---- // basically allows you to moderate the posts. ! $_PSL['poll_min_answers'] = 8; // When creating a poll, you have a question ! // and at least this number of blanks. $_PSL['home_section_id'] = 3; // There is a "main" section. When people |