summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 23:28:24 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 23:28:24 +0400
commit2472737e2069452b00b3ca67914636ddfab62b96 (patch)
tree5875b286a13c408a0258a5fbbcefe748a75ac030 /include
parenta7c0e150b62c65d4941e6af2780ca89966dce35c (diff)
cleanup_tags: remove dots
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f174326c9..34f4112b2 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);