summaryrefslogtreecommitdiff
path: root/include/labels.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/labels.php')
-rw-r--r--include/labels.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/labels.php b/include/labels.php
index e45a38622..75936007e 100644
--- a/include/labels.php
+++ b/include/labels.php
@@ -163,13 +163,6 @@
db_query($link, "DELETE FROM ttrss_access_keys WHERE
feed_id = '$ext_id' AND owner_uid = $owner_uid");
- /* Disable filters that reference label being removed */
-
- db_query($link, "UPDATE ttrss_filters SET
- enabled = false WHERE action_param = '$caption'
- AND action_id = 7
- AND owner_uid = " . $owner_uid);
-
/* Remove cached data */
db_query($link, "UPDATE ttrss_user_entries SET label_cache = ''