From c505eba3091c94d9ac84b26b17f82fa821b82ced Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 21 Aug 2010 09:55:35 +0000 Subject: [PATCH] fixed navigation link --- lam/lib/lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 2c206f77..84f3e12c 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -303,7 +303,7 @@ class lamList { "\"\"\n"); } if ($this->page < ($count / $this->maxPageEntries)) { - echo("type . "&norefresh=true&page=" . ($count / $this->maxPageEntries) . + echo("type . "&norefresh=true&page=" . round(($count / $this->maxPageEntries)) . "&sort=" . $this->sortColumn . "&sortdirection=" . $this->sortDirection . $this->filterText . "\">" . "\"\"\n"); }