]> git.wh0rd.org Git - tt-rss.git/commitdiff
cleanup_tags: remove dots
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 19:28:24 +0000 (23:28 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 19:28:24 +0000 (23:28 +0400)
include/functions.php

index f174326c940a8c25b3c5fdcf9e07a7df9ebc73e8..34f4112b28f2eee0ad2822356c95e97a61fdce5e 100644 (file)
 
                        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);