diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-02-19 15:42:52 +0400 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-02-19 15:42:52 +0400 |
| commit | 4a80c57c50a474c57ba76eb75c1f01daf6e7f121 (patch) | |
| tree | 7192fc81ba5ce62698cafda23cf4cb7a49e57dd4 /include/labels.php | |
| parent | 5ba1ddd40945fd7543228c09108cd7761f6e00f0 (diff) | |
remove some unused code reported by phpmd
Diffstat (limited to 'include/labels.php')
| -rw-r--r-- | include/labels.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/labels.php b/include/labels.php index 6e0bfcb98..4149864b3 100644 --- a/include/labels.php +++ b/include/labels.php @@ -109,7 +109,7 @@ if (!$label_id) return; - $result = db_query( + db_query( "DELETE FROM ttrss_user_labels2 WHERE label_id = '$label_id' AND |