From d6a0b07984ed63e91723fa484890f111077dbd10 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 Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- 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 c4acff9d92..a1a9cae442 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -445,7 +445,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.39.2