Log.pm and Suggestions.pm - simple (correct) Dates.pm integration
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 7 Dec 2007 23:38:25 +0000 (17:38 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 12 Dec 2007 13:51:46 +0000 (07:51 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Log.pm
C4/Suggestions.pm

index edc426d..898e2a7 100644 (file)
--- a/C4/Log.pm
+++ b/C4/Log.pm
@@ -22,7 +22,7 @@ package C4::Log; #assumes C4/Log
 
 use strict;
 use C4::Context;
-use C4::Date;
+use C4::Dates qw(format_date);
 
 require Exporter;
 
index 1cb215f..336e408 100644 (file)
@@ -22,12 +22,12 @@ use strict;
 require Exporter;
 use C4::Context;
 use C4::Output;
-use C4::Date;
+use C4::Dates qw(format_date);
 use Mail::Sendmail;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.01;
 
 =head1 NAME