Skip to content

Commit

Permalink
*) cleaning up...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5529 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed Jan 28, 2009
1 parent ce81391 commit b41a062
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions htroot/yacysearch.java
Expand Up @@ -265,13 +265,6 @@ public static serverObjects respond(final httpRequestHeader header, final server
}
}
}
// 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'
Expand Down

0 comments on commit b41a062

Please sign in to comment.