1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 11:31:29 +00:00

opml_import_filter: remove debugging

This commit is contained in:
Andrew Dolgov
2017-12-05 10:18:54 +03:00
parent c4a08e4ff0
commit 99b23daee6

View File

@@ -357,7 +357,7 @@ class Opml extends Handler_Protected {
$inverse = bool_to_sql_bool($filter["inverse"]); $inverse = bool_to_sql_bool($filter["inverse"]);
$title = $filter["title"]; $title = $filter["title"];
print "F: $title, $inverse, $enabled, $match_any_rule"; //print "F: $title, $inverse, $enabled, $match_any_rule";
$sth = $this->pdo->prepare("INSERT INTO ttrss_filters2 (match_any_rule,enabled,inverse,title,owner_uid) $sth = $this->pdo->prepare("INSERT INTO ttrss_filters2 (match_any_rule,enabled,inverse,title,owner_uid)
VALUES (?, ?, ?, ?, ?)"); VALUES (?, ?, ?, ?, ?)");