diff options
author | millette <millette@controlyourself.ca> | 2008-11-23 13:51:36 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-23 13:51:36 -0500 |
commit | 6b29f6ed702f69a9b1b6a9359c1eaa22b9c5ba9d (patch) | |
tree | 10d65cc9d2cbfc71b475522a347000c804218623 /lib | |
parent | bf72cde96f6c60b4b7dbca6c5d011f31bcc186f7 (diff) |
sphinx integration for notices and profiles
darcs-hash:20081123185136-099f7-ca600dbdfff09762802e1cc58cf8777c45a24402.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index acea1252c..9b4751c9f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -27,6 +27,7 @@ define('AVATAR_MINI_SIZE', 24); define('MAX_AVATAR_SIZE', 256 * 1024); define('NOTICES_PER_PAGE', 20); +define('PROFILES_PER_PAGE', 10); define('FOREIGN_NOTICE_SEND', 1); define('FOREIGN_NOTICE_RECV', 2); |