--- trunk/library/RF/ClientController.class.php 2007/10/15 15:33:56 24 +++ trunk/library/RF/ClientController.class.php 2008/05/19 14:42:06 25 @@ -655,7 +655,8 @@ $viewArgs['how'] = 'paged'; $viewArgs['when'] = null; $viewArgs['offset'] = count($items); - $viewArgs['howmany'] = $user->itemPageCount() - count($items); + $viewArgs['howmany'] = $user->itemPageCount() - count($items); + if ($_GET['howmany']) $viewArgs['howmany'] = $_GET['howmany']; $items = array_merge($items, $this->controller->getUserItems($user, $viewArgs)); }