From 9515303b14288041576c50c1729f874c2e17191f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 22 Jul 2008 12:23:32 -0400 Subject: notices and counts darcs-hash:20080722162332-84dde-75801a271f50789377aa7a3467223286c372ec6c.gz --- actions/all.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'actions/all.php') diff --git a/actions/all.php b/actions/all.php index 0f8cf587c..944fec6d4 100644 --- a/actions/all.php +++ b/actions/all.php @@ -78,12 +78,8 @@ class AllAction extends StreamAction { $page = 1; } - $notice = $user->noticesWithFriends(($page-1)*NOTICES_PER_PAGE, NOTICES_PER_PAGE + 1); + list($cnt, $notice) = $user->noticesWithFriends(($page-1)*NOTICES_PER_PAGE, NOTICES_PER_PAGE + 1); - # XXX: revisit constant scope - - $cnt = $notice->find(); - if ($cnt > 0) { common_element_start('ul', array('id' => 'notices')); for ($i = 0; $i < min($cnt, NOTICES_PER_PAGE); $i++) { -- cgit v1.2.3-54-g00ecf