From: Andrew Dolgov Date: Fri, 29 Mar 2013 19:28:24 +0000 (+0400) Subject: cleanup_tags: remove dots X-Git-Tag: 1.7.6~146 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2472737e2069452b00b3ca67914636ddfab62b96;p=tt-rss.git cleanup_tags: remove dots --- diff --git a/include/functions.php b/include/functions.php index f174326c..34f4112b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3798,7 +3798,6 @@ if (count($ids) > 0) { $ids = join(",", $ids); - print "."; $tmp_result = db_query($link, "DELETE FROM ttrss_tags WHERE id IN ($ids)"); $tags_deleted += db_affected_rows($link, $tmp_result);