From 71edba65d4c2b15e4873b9f1f0b122b09edd65c5 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 4 Dec 2007 18:56:27 -0600 Subject: [PATCH] cleanup for opac/ Dates - missing format_date, etc. --- opac/opac-account.pl | 2 +- opac/opac-readingrecord.pl | 2 +- opac/opac-reserve.pl | 2 +- opac/opac-user.pl | 2 +- opac/opac-userdetails.pl | 2 +- opac/opac-userupdate.pl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/opac/opac-account.pl b/opac/opac-account.pl index 0f84f1a83c..3fa1d3e493 100755 --- a/opac/opac-account.pl +++ b/opac/opac-account.pl @@ -24,7 +24,7 @@ use C4::Members; use C4::Circulation; use C4::Auth; use C4::Output; -use C4::Dates; +use C4::Dates qw/format_date/; my $query = new CGI; my ( $template, $borrowernumber, $cookie ) = get_template_and_user( diff --git a/opac/opac-readingrecord.pl b/opac/opac-readingrecord.pl index 6ff2f98a94..843384a6dc 100755 --- a/opac/opac-readingrecord.pl +++ b/opac/opac-readingrecord.pl @@ -23,7 +23,7 @@ use CGI; use C4::Auth; use C4::Koha; use C4::Circulation; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Members; use C4::Output; diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 91577c5d93..886a1ea59b 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -24,7 +24,7 @@ use C4::Koha; use C4::Circulation; use C4::Reserves; use C4::Output; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Context; use C4::Members; use C4::Branch; # GetBranches diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 87374095a8..78ba325f7b 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -27,7 +27,7 @@ use C4::Reserves; use C4::Members; use C4::Output; use C4::Biblio; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Letters; use C4::Branch; # GetBranches diff --git a/opac/opac-userdetails.pl b/opac/opac-userdetails.pl index b3dcde9924..3274829938 100755 --- a/opac/opac-userdetails.pl +++ b/opac/opac-userdetails.pl @@ -25,7 +25,7 @@ use C4::Koha; use C4::Circulation; use C4::Output; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Members; my $query = new CGI; diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl index 45aaebf25b..b3f6513023 100755 --- a/opac/opac-userupdate.pl +++ b/opac/opac-userupdate.pl @@ -27,7 +27,7 @@ use C4::Context; use C4::Koha; use C4::Circulation; use C4::Output; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Members; my $query = new CGI; -- 2.20.1