From 2cec552b6274d6b6522aea2ccdc94c5e4d28fc1d Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Sun, 14 Jan 2007 19:09:54 +0000 Subject: [PATCH] - count of global search contributions were not displayed anymore git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3203 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacysearch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/yacysearch.java b/htroot/yacysearch.java index d5de80ee6..183cceeec 100644 --- a/htroot/yacysearch.java +++ b/htroot/yacysearch.java @@ -337,7 +337,7 @@ public class yacysearch { if (yacyonline) { if (global) { prop.put("type_resultbottomline", 1); - prop.put("type_resultbottomline_globalresults", prop.get("type_globalresults", "0")); + prop.put("type_resultbottomline_globalresults", prop.get("num-results_globalresults", "0")); } else { prop.put("type_resultbottomline", 2); }