1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00

Added move topic constants

git-svn-id: file:///svn/phpbb/trunk@854 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
gpolins 2001-08-13 17:42:49 +00:00
parent 8c419aa942
commit b9440d53fa

View File

@ -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');
?>
?>