From 88fc0de12214312bd2b335fc755c755ad3199cb9 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 24 Mar 2021 13:53:04 +0000 Subject: [PATCH] Bug 15563: (QA follow-up) Add missing character The script wasn't compiling; very simple mistake to make. Signed-off-by: Martin Renvoize --- misc/cronjobs/cleanup_database.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 1340d152fd..76f1f177d0 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/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; -- 2.20.1