MESSAGES_PER_PAGE constant missing (merge error?)

This commit is contained in:
Brion Vibber 2011-03-16 11:11:06 -07:00
parent 5ec018ca19
commit a81a599d8a
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ define('AVATAR_MINI_SIZE', 24);
define('NOTICES_PER_PAGE', 20);
define('PROFILES_PER_PAGE', 20);
define('MESSAGES_PER_PAGE', 20);
define('FOREIGN_NOTICE_SEND', 1);
define('FOREIGN_NOTICE_RECV', 2);