Remove 2 useless line breaks. One got printed even with --quiet.
This commit is contained in:
parent
19a206578f
commit
ca5ff2d9fb
|
@ -3814,8 +3814,6 @@
|
||||||
$limit -= $limit_part;
|
$limit -= $limit_part;
|
||||||
}
|
}
|
||||||
|
|
||||||
print "\n";
|
|
||||||
|
|
||||||
return $tags_deleted;
|
return $tags_deleted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
$user_prefs_cache = array();
|
$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.
|
// Here is a little cache magic in order to minimize risk of double feed updates.
|
||||||
$feeds_to_update = array();
|
$feeds_to_update = array();
|
||||||
|
|
Loading…
Reference in New Issue