mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 13:31:29 +00:00
opml_import_filter: remove debugging
This commit is contained in:
@@ -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 (?, ?, ?, ?, ?)");
|
||||||
|
|||||||
Reference in New Issue
Block a user