diff options
author | gpolins <gpolins@users.sourceforge.net> | 2001-08-13 17:42:49 +0000 |
---|---|---|
committer | gpolins <gpolins@users.sourceforge.net> | 2001-08-13 17:42:49 +0000 |
commit | b9440d53fa1ee5f73e305760c73b0bbdec3b8235 (patch) | |
tree | 3d7b1171d4967efd6e4c352d9e7955cae33c050a /phpBB/includes/constants.php | |
parent | 8c419aa942180a449999fd639536a64ea3a060ee (diff) | |
download | forums-b9440d53fa1ee5f73e305760c73b0bbdec3b8235.tar forums-b9440d53fa1ee5f73e305760c73b0bbdec3b8235.tar.gz forums-b9440d53fa1ee5f73e305760c73b0bbdec3b8235.tar.bz2 forums-b9440d53fa1ee5f73e305760c73b0bbdec3b8235.tar.xz forums-b9440d53fa1ee5f73e305760c73b0bbdec3b8235.zip |
Added move topic constants
git-svn-id: file:///svn/phpbb/trunk@854 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 3496e944e4..767393d746 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -49,6 +49,7 @@ define(POST_NORMAL, 0); define(POST_STICKY, 1); define(POST_ANNOUNCE, 2); define(POST_GLOBAL_ANNOUNCE, 3); +define(TOPIC_MOVED,4); // SQL codes define(BEGIN_TRANSACTION, 1); @@ -144,4 +145,4 @@ define('USERS_TABLE', $table_prefix.'users'); define('WORDS_TABLE', $table_prefix.'words'); define('PRUNE_TABLE', $table_prefix.'forum_prune'); -?>
\ No newline at end of file +?> |