From 1eca2d231c79c046a3c122a09bd761fa8f641a6e Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 19 May 2009 15:59:55 +0000 Subject: Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@329 b3834d28-1941-0410-a4f8-b48e95affb8f --- watchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watchlist.php') diff --git a/watchlist.php b/watchlist.php index cd3a000..8780395 100644 --- a/watchlist.php +++ b/watchlist.php @@ -76,7 +76,7 @@ if ($user) { $tplVars['userinfo'] =& $userinfo; // Pagination - $perpage = getPerPageCount(); + $perpage = getPerPageCount($currentUser); if (intval(GET_PAGE) > 1) { $page = GET_PAGE; $start = ($page - 1) * $perpage; -- cgit v1.2.3