From: Joschasa Date: Thu, 28 Mar 2013 19:30:06 +0000 (+0100) Subject: Remove 2 useless line breaks. One got printed even with --quiet. X-Git-Tag: 1.7.6~184^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ca5ff2d9fb5f046776ea285ade5f0484c218a6a2;p=tt-rss.git Remove 2 useless line breaks. One got printed even with --quiet. --- diff --git a/include/functions.php b/include/functions.php index a9f3b31a..f611ec4f 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3814,8 +3814,6 @@ $limit -= $limit_part; } - print "\n"; - return $tags_deleted; } diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 73fe757c..d76ad7d7 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -123,7 +123,7 @@ $user_prefs_cache = array(); - if($debug) _debug(sprintf("Scheduled %d feeds to update...\n", db_num_rows($result))); + if($debug) _debug(sprintf("Scheduled %d feeds to update...", db_num_rows($result))); // Here is a little cache magic in order to minimize risk of double feed updates. $feeds_to_update = array();