diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-18 12:41:06 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-18 12:41:06 +0000 |
commit | 98c709a1ae914865780e3b1b947e758a25ef5889 (patch) | |
tree | 98c3fbc1553b3869795f7c8c81cb47cbed58b8e9 /phpBB | |
parent | 1a37d0d8ef8ed57f74dfc633bbc19551f376e7fd (diff) | |
download | forums-98c709a1ae914865780e3b1b947e758a25ef5889.tar forums-98c709a1ae914865780e3b1b947e758a25ef5889.tar.gz forums-98c709a1ae914865780e3b1b947e758a25ef5889.tar.bz2 forums-98c709a1ae914865780e3b1b947e758a25ef5889.tar.xz forums-98c709a1ae914865780e3b1b947e758a25ef5889.zip |
There always has to be at least one bug doesn't there ... why is that?
git-svn-id: file:///svn/phpbb/trunk@2184 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index d93349582e..54acde7030 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -49,7 +49,7 @@ $refresh = $preview || $poll_add || $poll_edit || $poll_delete; // // Set topic type // -$topic_type = ( !empty($HTTP_POST_VARS['topictype']) ) ? $HTTP_POST_VARS['topictype'] : POST_ANNOUNCE; +$topic_type = ( !empty($HTTP_POST_VARS['topictype']) ) ? $HTTP_POST_VARS['topictype'] : POST_NORMAL; // // If the mode is set to topic review then output |