From: Evan Prodromou Date: Thu, 20 Nov 2008 11:41:56 +0000 (-0500) Subject: increase PROFILES_PER_PAGE from 10 to 20 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bec59ef504fe71133bb3ef2a1f01337613a93355;p=quix0rs-gnu-social.git increase PROFILES_PER_PAGE from 10 to 20 darcs-hash:20081120114156-84dde-90c360afbf3812d27262ac5c3e921bbc8e550627.gz --- diff --git a/lib/profilelist.php b/lib/profilelist.php index b17b0ac921..15ac2a6da7 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 {