increase PROFILES_PER_PAGE from 10 to 20

darcs-hash:20081120114156-84dde-90c360afbf3812d27262ac5c3e921bbc8e550627.gz
This commit is contained in:
Evan Prodromou 2008-11-20 06:41:56 -05:00
parent d84c89a873
commit bec59ef504
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
if (!defined('LACONICA')) { exit(1); }
define('PROFILES_PER_PAGE', 10);
define('PROFILES_PER_PAGE', 20);
class ProfileList {