cleanup of tools/ after Dates ... missing format_date, etc.
authorJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 00:50:03 +0000 (18:50 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 00:50:03 +0000 (18:50 -0600)
tools/cleanborrowers.pl
tools/inventory.pl

index c6ecac5..365767a 100755 (executable)
@@ -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/;
index a66d63d..6c33008 100755 (executable)
@@ -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