change number of subscriptions per row

darcs-hash:20080529192112-84dde-7de629e1d5449bb42539c10ef567e94322f97a38.gz
This commit is contained in:
Evan Prodromou 2008-05-29 15:21:12 -04:00
parent a63208b3da
commit 39f26275f5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/stream.php');
define('SUBSCRIPTIONS_PER_ROW', 5);
define('SUBSCRIPTIONS_PER_ROW', 4);
define('SUBSCRIPTIONS', 80);
class ShowstreamAction extends StreamAction {