]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move MESSAGES_PER_PAGE to common.php
authorEvan Prodromou <evan@status.net>
Sat, 5 Feb 2011 21:18:59 +0000 (16:18 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 5 Feb 2011 21:18:59 +0000 (16:18 -0500)
lib/common.php
lib/mailbox.php

index 08779fb6fd82cd0141f8c5f10d93fe14078ef42a..4fd49a5592fa5cf2b364a5f05e104456073452aa 100644 (file)
@@ -36,6 +36,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);
index 2b00f5ffde0538f908fd7af15d4cf7d22c0697fc..63bffa75cc079997d1204a444421df0198f60584 100644 (file)
@@ -31,8 +31,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
-define('MESSAGES_PER_PAGE', 20);
-
 /**
  * common superclass for direct messages inbox and outbox
  *