From 5fd1a15fcfdb349312c7054a99ae4040884e7f33 Mon Sep 17 00:00:00 2001 From: cominch Date: Thu, 14 Jun 2012 17:56:38 +0200 Subject: [PATCH] hotfix until we have updated query routine for tags --- htroot/yacysearchitem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/yacysearchitem.java b/htroot/yacysearchitem.java index c067919b2..a4f313b4f 100644 --- a/htroot/yacysearchitem.java +++ b/htroot/yacysearchitem.java @@ -177,7 +177,7 @@ public class yacysearchitem { } } prop.putHTML("content_link", modifyURL); - prop.putHTML("content_value", Interaction.TripleGet(result.urlstring(), "http://virtual.x/hasvalue", "anonymous")); +// prop.putHTML("content_value", Interaction.TripleGet(result.urlstring(), "http://virtual.x/hasvalue", "anonymous")); // END interaction prop.putHTML("content_target", target);