summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 06:41:56 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 06:41:56 -0500
commitbec59ef504fe71133bb3ef2a1f01337613a93355 (patch)
tree6aa52b559c76eec7328d806bcffcc015b3694cc4 /lib/profilelist.php
parentd84c89a873c2d32a6564edafc413877d7e3a1774 (diff)
increase PROFILES_PER_PAGE from 10 to 20
darcs-hash:20081120114156-84dde-90c360afbf3812d27262ac5c3e921bbc8e550627.gz
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index b17b0ac92..15ac2a6da 100644
--- a/lib/profilelist.php
+++ b/lib/profilelist.php
@@ -20,7 +20,7 @@
if (!defined('LACONICA')) { exit(1); }
-define('PROFILES_PER_PAGE', 10);
+define('PROFILES_PER_PAGE', 20);
class ProfileList {