Log.pm and Suggestions.pm - simple (correct) Dates.pm integration
[koha.git] / C4 / Log.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;