|
From: Paul S. O. <ps...@us...> - 2002-02-18 12:41:09
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv7839 Modified Files: posting.php Log Message: There always has to be at least one bug doesn't there ... why is that? Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.145 retrieving revision 1.146 diff -C2 -r1.145 -r1.146 *** posting.php 18 Feb 2002 12:34:15 -0000 1.145 --- posting.php 18 Feb 2002 12:41:06 -0000 1.146 *************** *** 50,54 **** // Set topic type // ! $topic_type = ( !empty($HTTP_POST_VARS['topictype']) ) ? $HTTP_POST_VARS['topictype'] : POST_ANNOUNCE; // --- 50,54 ---- // Set topic type // ! $topic_type = ( !empty($HTTP_POST_VARS['topictype']) ) ? $HTTP_POST_VARS['topictype'] : POST_NORMAL; // |