From 2472737e2069452b00b3ca67914636ddfab62b96 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Mar 2013 23:28:24 +0400 Subject: cleanup_tags: remove dots --- include/functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3