From 5227d242fd481450c80c5ec9017acd03221faddf Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 4 Dec 2007 18:47:03 -0600 Subject: [PATCH] cleanup of circ/ dir changes to Dates ... missing format_date --- circ/bookcount.pl | 2 +- circ/branchoverdues.pl | 2 +- circ/overdue.pl | 2 +- circ/returns.pl | 2 +- circ/transferstodo.pl | 2 +- circ/transferstoreceive.pl | 2 +- circ/waitingreserves.pl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/circ/bookcount.pl b/circ/bookcount.pl index 48b3ae2c1b..6395687da7 100755 --- a/circ/bookcount.pl +++ b/circ/bookcount.pl @@ -30,7 +30,7 @@ use C4::Koha; use C4::Auth; use C4::Branch; # GetBranches use C4::Biblio; # GetBiblioItemData -use C4::Dates; +use C4::Dates qw/format_date/; my $input = new CGI; my $itm = $input->param('itm'); diff --git a/circ/branchoverdues.pl b/circ/branchoverdues.pl index b7c4387d29..bbc67c6a29 100755 --- a/circ/branchoverdues.pl +++ b/circ/branchoverdues.pl @@ -21,7 +21,7 @@ use C4::Context; use CGI; use C4::Output; use C4::Auth; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Overdues; # AddNotifyLine use C4::Biblio; use C4::Koha; diff --git a/circ/overdue.pl b/circ/overdue.pl index 7be383013a..23d5c75dc3 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -24,7 +24,7 @@ use C4::Output; use CGI; use C4::Auth; use C4::Branch; -use C4::Dates; +use C4::Dates qw/format_date/; my $input = new CGI; my $type = $input->param('type'); diff --git a/circ/returns.pl b/circ/returns.pl index e37c97a355..bf79dea8cf 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -31,7 +31,7 @@ use C4::Context; use C4::Auth; use C4::Output; use C4::Circulation; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Print; use C4::Reserves; use C4::Biblio; diff --git a/circ/transferstodo.pl b/circ/transferstodo.pl index fd5e2da3e3..3ad348f748 100755 --- a/circ/transferstodo.pl +++ b/circ/transferstodo.pl @@ -24,7 +24,7 @@ use C4::Output; use CGI; use C4::Branch; # GetBranches use C4::Auth; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Circulation; use C4::Reserves; use C4::Members; diff --git a/circ/transferstoreceive.pl b/circ/transferstoreceive.pl index 8f652608b3..878425bbd9 100755 --- a/circ/transferstoreceive.pl +++ b/circ/transferstoreceive.pl @@ -24,7 +24,7 @@ use C4::Context; use C4::Output; use C4::Branch; use C4::Auth; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Biblio; use C4::Circulation; use C4::Members; diff --git a/circ/waitingreserves.pl b/circ/waitingreserves.pl index 692c38a444..5e937f20b9 100755 --- a/circ/waitingreserves.pl +++ b/circ/waitingreserves.pl @@ -24,7 +24,7 @@ use C4::Context; use C4::Output; use C4::Branch; # GetBranchName use C4::Auth; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Circulation; use C4::Members; use C4::Biblio; -- 2.39.2