mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
Added move topic constants
git-svn-id: file:///svn/phpbb/trunk@854 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user