diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-23 14:00:57 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-23 14:00:57 +0000 |
commit | 7661a5d040a3827e9ab39b825b47a8f036cda21b (patch) | |
tree | 8201c04116534dea228aa05d6f8e0f6a01943ffb /phpBB/common.php | |
parent | 36685677dd8a7a607629394c3f6d238efe689139 (diff) | |
download | forums-7661a5d040a3827e9ab39b825b47a8f036cda21b.tar forums-7661a5d040a3827e9ab39b825b47a8f036cda21b.tar.gz forums-7661a5d040a3827e9ab39b825b47a8f036cda21b.tar.bz2 forums-7661a5d040a3827e9ab39b825b47a8f036cda21b.tar.xz forums-7661a5d040a3827e9ab39b825b47a8f036cda21b.zip |
Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two
git-svn-id: file:///svn/phpbb/trunk@4167 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 188f175366..afdd60a553 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -99,6 +99,7 @@ define('ITEM_MOVED', 2); define('POST_NORMAL', 0); define('POST_STICKY', 1); define('POST_ANNOUNCE', 2); +define('POST_GLOBAL', 3); // Lastread types define('TRACK_NORMAL', 0); // not used at the moment |