From 1b381dfea9d6176e60740441065c8ae1f126c64a Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 4 Dec 2007 18:50:03 -0600 Subject: [PATCH] cleanup of tools/ after Dates ... missing format_date, etc. --- tools/cleanborrowers.pl | 2 +- tools/inventory.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cleanborrowers.pl b/tools/cleanborrowers.pl index c6ecac549f..365767ac48 100755 --- a/tools/cleanborrowers.pl +++ b/tools/cleanborrowers.pl @@ -36,7 +36,7 @@ use strict; use CGI; use C4::Auth; use C4::Output; -use C4::Dates; +use C4::Dates qw/format_date format_date_in_iso/; use C4::Members; # GetBorrowersWhoHavexxxBorrowed. use C4::Circulation; # AnonymiseIssueHistory. use Date::Calc qw/Date_to_Days Today/; diff --git a/tools/inventory.pl b/tools/inventory.pl index a66d63d91a..6c330088a6 100755 --- a/tools/inventory.pl +++ b/tools/inventory.pl @@ -23,7 +23,7 @@ use C4::Auth; use C4::Context; use C4::Output; use C4::Biblio; -use C4::Dates; +use C4::Dates qw/format_date format_date_in_iso/; use C4::Koha; use C4::Branch; # GetBranches -- 2.39.2