]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
increase PROFILES_PER_PAGE from 10 to 20
authorEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 11:41:56 +0000 (06:41 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 11:41:56 +0000 (06:41 -0500)
darcs-hash:20081120114156-84dde-90c360afbf3812d27262ac5c3e921bbc8e550627.gz

lib/profilelist.php

index b17b0ac9218af0d583cf6ba46e7fd27f96877032..15ac2a6da7d3bb160a2754488e9761ed863a9563 100644 (file)
@@ -20,7 +20,7 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-define('PROFILES_PER_PAGE', 10);
+define('PROFILES_PER_PAGE', 20);
 
 class ProfileList {