From 9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 9 Nov 2002 00:45:34 +0000 Subject: [PATCH] Give the special groups a special constant ...to make them feel, well, special. git-svn-id: file:///svn/phpbb/trunk@3021 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/common.php b/phpBB/common.php index 5fb5d4cd00..11f960a2a2 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -73,6 +73,7 @@ define('ACL_INHERIT', 2); define('GROUP_OPEN', 0); define('GROUP_CLOSED', 1); define('GROUP_HIDDEN', 2); +define('GROUP_SPECIAL', 3); // Forum/Topic states define('ITEM_UNLOCKED', 0);