]> git.wh0rd.org - tt-rss.git/commitdiff
Remove 2 useless line breaks. One got printed even with --quiet.
authorJoschasa <joschasa@lavabit.com>
Thu, 28 Mar 2013 19:30:06 +0000 (20:30 +0100)
committerJoschasa <joschasa@lavabit.com>
Thu, 28 Mar 2013 19:30:06 +0000 (20:30 +0100)
include/functions.php
include/rssfuncs.php

index a9f3b31af6833e0669b0f6b9e0414b0302fdbe18..f611ec4fef566e5af848e7c07da81b759dd75e6e 100644 (file)
                        $limit -= $limit_part;
                }
 
-               print "\n";
-
                return $tags_deleted;
        }
 
index 73fe757c3dfac0d930d265de7a41ffe6b5c28c4f..d76ad7d7aec88f00df026841ffb49e02f14bf006 100644 (file)
 
                $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();