@@ -, +, @@ --- misc/cronjobs/cleanup_database.pl | 1 + 1 file changed, 1 insertion(+) --- a/misc/cronjobs/cleanup_database.pl +++ a/misc/cronjobs/cleanup_database.pl @@ -607,6 +607,7 @@ if (defined $pPseudoTransactions or $pPseudoTransactionsFrom or $pPseudoTransact ? sprintf "Done with purging %d pseudonymized transactions.", $count : sprintf "%d pseudonymized transactions would have been purged.", $count; } +} if ($labels) { print "Purging item label batches last added to more than $labels days ago.\n" if $verbose; --