mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occur
git-svn-id: file:///svn/phpbb/trunk@503 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -41,11 +41,10 @@ define(UNLOCKED, 0);
|
||||
define(LOCKED, 1);
|
||||
|
||||
// Topic types
|
||||
define(NORMAL, 0);
|
||||
define(STICKY, 1);
|
||||
define(ANNOUCE, 2);
|
||||
define(GLOB_ANNOUNCE, 3);
|
||||
|
||||
define(POST_NORMAL, 0);
|
||||
define(POST_STICKY, 1);
|
||||
define(POST_ANNOUNCE, 2);
|
||||
define(POST_GLOBAL_ANNOUNCE, 3);
|
||||
|
||||
// Ban time types
|
||||
define(SECONDS, 1);
|
||||
|
Reference in New Issue
Block a user