]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
conflict resolution on people search
authormillette <millette@controlyourself.ca>
Sun, 23 Nov 2008 19:05:55 +0000 (14:05 -0500)
committermillette <millette@controlyourself.ca>
Sun, 23 Nov 2008 19:05:55 +0000 (14:05 -0500)
darcs-hash:20081123190555-099f7-cd09b07e99355e2f61562324221840f869fea5bb.gz

actions/peoplesearch.php
lib/common.php

index f4886fd835650085497c9941bfd40f775fb8a733..2e54233ec1c607bb2f112809feec616c0064b450 100644 (file)
@@ -20,7 +20,7 @@
 if (!defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/searchaction.php');
-define('PROFILES_PER_PAGE', 10);
+require_once(INSTALLDIR.'/lib/profilelist.php');
 
 class PeoplesearchAction extends SearchAction {
 
index 9b4751c9ff14b13bda460fec786dfdec815d6ced..e710ce4842dbd005dab62ae1c2942198281fbd12 100644 (file)
@@ -27,7 +27,7 @@ define('AVATAR_MINI_SIZE', 24);
 define('MAX_AVATAR_SIZE', 256 * 1024);
 
 define('NOTICES_PER_PAGE', 20);
-define('PROFILES_PER_PAGE', 10);
+define('PROFILES_PER_PAGE', 20);
 
 define('FOREIGN_NOTICE_SEND', 1);
 define('FOREIGN_NOTICE_RECV', 2);