From 5c6b983b8e56715ea8f37f0ecdaf91132185a94d Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 2 Jun 2008 05:33:42 +0000 Subject: [PATCH] fix for last commit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4874 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/AccessTracker_p.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htroot/AccessTracker_p.java b/htroot/AccessTracker_p.java index dace6959f..838585fda 100644 --- a/htroot/AccessTracker_p.java +++ b/htroot/AccessTracker_p.java @@ -83,6 +83,7 @@ public class AccessTracker_p { } } catch (ConcurrentModificationException e) {} // we dont want to synchronize this prop.put("page_list", entCount); + prop.put("page_num", entCount); entCount = 0; try { @@ -92,9 +93,7 @@ public class AccessTracker_p { entCount++; } } catch (ConcurrentModificationException e) {} // we dont want to synchronize this - prop.put("page_vflist", entCount); - - prop.put("page_num", entCount); + prop.put("page_bflist", entCount); } if (page == 1) { String host = (post == null) ? "" : post.get("host", "");