*) cleaning up...

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5529 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 16 years ago
parent ce81391095
commit b41a06228f

@ -265,13 +265,6 @@ public class yacysearch {
}
}
}
// if (urlmask == null){
// if (post.containsKey("urlmask") && post.get("urlmask").equals("no")) { // option search all
// urlmask = ".*";
// } else if (!newsearch && post.containsKey("urlmaskfilter")) {
// urlmask = post.get("urlmaskfilter", ".*");
// }
// }
if (urlmask == null || urlmask.length() == 0) urlmask = originalUrlMask; //if no urlmask was given
// read the language from the language-restrict option 'lr'

Loading…
Cancel
Save