From 516424cccd885214fb752504f25d7014aa7b5104 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Jan 2009 13:32:10 -0500 Subject: Change loop limit for minilist --- lib/profileminilist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/profileminilist.php') diff --git a/lib/profileminilist.php b/lib/profileminilist.php index f6f109c92..c6970f808 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -55,7 +55,7 @@ class ProfileMiniList extends ProfileList while ($this->profile->fetch()) { $cnt++; - if($cnt > PROFILES_PER_PAGE) { + if($cnt > PROFILES_PER_MINILIST) { break; } $this->showProfile(); -- cgit v1.2.3-54-g00ecf