From ceb406d0c0f97c655c157eff1b8f3309c605d5d3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 4 Feb 2020 12:09:00 +0100 Subject: [PATCH] Bug 19008: Replace issues with checkouts in print statement Signed-off-by: Jonathan Druart --- misc/cronjobs/cleanup_database.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 73621ce260..b0f60b2cc3 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -430,7 +430,7 @@ if ($pDeletedPatrons) { } if ($pOldIssues) { - print "Purging old issues older than $pOldIssues days.\n" if $verbose; + print "Purging old checkouts older than $pOldIssues days.\n" if $verbose; $sth = $dbh->prepare( q{ DELETE FROM old_issues -- 2.11.0