1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 13:39:16 +00:00

enable search toolbar

This commit is contained in:
Andrew Dolgov
2006-05-21 13:09:55 +01:00
parent 86b682ce2f
commit 164f4738eb
4 changed files with 17 additions and 22 deletions

View File

@@ -757,8 +757,6 @@
window.onload = init;
</script>";
// print_r($_GET);
$search = db_escape_string($_GET["query"]);
$search_mode = db_escape_string($_GET["search_mode"]);
$match_on = db_escape_string($_GET["match_on"]);