From e37381f44434e6a5504ab880e8c5dd0b00babb30 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 4 Dec 2007 20:10:12 -0600 Subject: [PATCH] more cleanup --- reports/issues_stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl index 114ef3df99..61b9ce76fe 100755 --- a/reports/issues_stats.pl +++ b/reports/issues_stats.pl @@ -26,7 +26,7 @@ use C4::Branch; # GetBranches use C4::Koha; use C4::Output; use C4::Circulation; -use C4::Dates; +use C4::Dates qw/format_date format_date_in_iso/; use Date::Manip; =head1 NAME -- 2.39.2