diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 06:41:56 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 06:41:56 -0500 |
commit | bec59ef504fe71133bb3ef2a1f01337613a93355 (patch) | |
tree | 6aa52b559c76eec7328d806bcffcc015b3694cc4 | |
parent | d84c89a873c2d32a6564edafc413877d7e3a1774 (diff) |
increase PROFILES_PER_PAGE from 10 to 20
darcs-hash:20081120114156-84dde-90c360afbf3812d27262ac5c3e921bbc8e550627.gz
-rw-r--r-- | lib/profilelist.php | 2 |
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 { |