misc subdir - Dates.pm integration and warnings fixes.
[koha.git] / misc / cronjobs / notifyMailsOp.pl
index e2a086f..92ad027 100755 (executable)
@@ -1,6 +1,6 @@
 use strict;
 use C4::Context;
-use C4::Date;
+use C4::Dates;
 use Mail::Sendmail;  # comment out if not doing e-mail notices
 use Getopt::Long;
 use C4::Circulation;