mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 16:31:28 +00:00
cleanup_tags: remove dots
This commit is contained in:
@@ -3798,7 +3798,6 @@
|
|||||||
|
|
||||||
if (count($ids) > 0) {
|
if (count($ids) > 0) {
|
||||||
$ids = join(",", $ids);
|
$ids = join(",", $ids);
|
||||||
print ".";
|
|
||||||
|
|
||||||
$tmp_result = db_query($link, "DELETE FROM ttrss_tags WHERE id IN ($ids)");
|
$tmp_result = db_query($link, "DELETE FROM ttrss_tags WHERE id IN ($ids)");
|
||||||
$tags_deleted += db_affected_rows($link, $tmp_result);
|
$tags_deleted += db_affected_rows($link, $tmp_result);
|
||||||
|
|||||||
Reference in New Issue
Block a user