1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 15:21:28 +00:00

Merge pull request #98 from Joschasa/master

Remove output of empty lines
This commit is contained in:
Andrew Dolgov
2013-03-28 12:36:47 -07:00
2 changed files with 1 additions and 3 deletions

View File

@@ -3814,8 +3814,6 @@
$limit -= $limit_part;
}
print "\n";
return $tags_deleted;
}

View File

@@ -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();