Fallout from removing Date.pm, two places still used it
authorJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 17:06:37 +0000 (12:06 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 17:06:37 +0000 (12:06 -0500)
C4/VirtualShelves/Page.pm
catalogue/detail.pl

index 8b219ff..17d9c55 100755 (executable)
@@ -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);
index b8aeb56..24ce451 100755 (executable)
@@ -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;