summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 12:36:47 -0700
committerAndrew Dolgov <[email protected]>2013-03-28 12:36:47 -0700
commitbe669c8305d94b4fff0458d61ae512de966b6218 (patch)
tree5e14c53130ea8b0774940410ee81bd514915b9ff /include/functions.php
parente92a353b1f1917378d948268fcf747a694884cde (diff)
parentca5ff2d9fb5f046776ea285ade5f0484c218a6a2 (diff)
Merge pull request #98 from Joschasa/master
Remove output of empty lines
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index a9f3b31af..f611ec4fe 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3814,8 +3814,6 @@
$limit -= $limit_part;
}
- print "\n";
-
return $tags_deleted;
}