From 4ebc1ff3b2e339a936089671b0a1d0218bc598e3 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 10 Jul 2008 12:06:37 -0500 Subject: [PATCH] Fallout from removing Date.pm, two places still used it --- C4/VirtualShelves/Page.pm | 2 +- catalogue/detail.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index 8b219ff64b..17d9c55b0f 100755 --- a/C4/VirtualShelves/Page.pm +++ b/C4/VirtualShelves/Page.pm @@ -30,7 +30,7 @@ use C4::Koha; use C4::Auth qw/get_session/; use C4::Members; use C4::Output; -use C4::Date qw/format_date/; +use C4::Dates qw/format_date/; use Exporter; use vars qw($debug @EXPORT @ISA $VERSION); diff --git a/catalogue/detail.pl b/catalogue/detail.pl index b8aeb569a1..24ce4514cd 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -20,7 +20,7 @@ use strict; require Exporter; use CGI; use C4::Auth; -use C4::Date qw/format_date/; +use C4::Dates qw/format_date/; use C4::Koha; use C4::Serials; #uses getsubscriptionfrom biblionumber use C4::Output; -- 2.20.1