diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-21 18:33:45 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-21 18:33:45 +0000 |
| commit | 576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a (patch) | |
| tree | 044f9e15ce160c7b3ad7a3c6db4533de93367287 /phpBB/viewforum.php | |
| parent | 61d4209aafac6a58bc3cecffaab8f821c4149688 (diff) | |
| download | forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar.gz forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar.bz2 forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.tar.xz forums-576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a.zip | |
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index f7c2d1bbdc..990a635c7a 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -531,7 +531,7 @@ if (sizeof($topic_list)) $row = &$rowset[$topic_id]; // This will allow the style designer to output a different header - // or even seperate the list of announcements from sticky and normal topics + // or even separate the list of announcements from sticky and normal topics $s_type_switch_test = ($row['topic_type'] == POST_ANNOUNCE || $row['topic_type'] == POST_GLOBAL) ? 1 : 0; // Replies |
