1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

simplify search dialog

This commit is contained in:
Andrew Dolgov
2012-11-01 20:14:22 +04:00
parent 89faa1df1a
commit a8c1802512
2 changed files with 4 additions and 26 deletions
+1 -5
View File
@@ -215,11 +215,7 @@ class Feeds extends Handler_Protected {
}
@$search_mode = db_escape_string($_REQUEST["search_mode"]);
@$match_on = db_escape_string($_REQUEST["match_on"]);
if (!$match_on) {
$match_on = "both";
}
$match_on = "both"; // deprecated, TODO: remove
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("H0", $timing_info);