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:
+1
-5
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user