diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-29 15:21:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-29 15:21:12 -0400 |
commit | 39f26275f588fa29096c3317be499cb749941575 (patch) | |
tree | d1d67911d1fe56963a5b5c11411a5d70a5a300e4 /actions | |
parent | a63208b3dab1a2d1c9b924dabb86be2edc90ebed (diff) |
change number of subscriptions per row
darcs-hash:20080529192112-84dde-7de629e1d5449bb42539c10ef567e94322f97a38.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 8235d7c26..7bdc7c679 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -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 { |