From bec59ef504fe71133bb3ef2a1f01337613a93355 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 06:41:56 -0500 Subject: increase PROFILES_PER_PAGE from 10 to 20 darcs-hash:20081120114156-84dde-90c360afbf3812d27262ac5c3e921bbc8e550627.gz --- lib/profilelist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/profilelist.php') 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 { -- cgit v1.2.3-54-g00ecf