From 3479343882bd0e9e767723ad6cbd8bc17c156568 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 16 Jun 2001 16:43:05 +0000 Subject: 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 --- phpBB/includes/constants.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 3614586e31..4955c8b0b5 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -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); -- cgit v1.2.1