diff options
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 +?> |