cleanup of misc/ for Dates integration
authorJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 01:08:50 +0000 (19:08 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 01:08:50 +0000 (19:08 -0600)
misc/cronjobs/notifyMailsOp.pl
misc/cronjobs/overduenotices-30.pl
misc/cronjobs/smsoverdues.pl

index 92ad027..54811a0 100755 (executable)
@@ -1,6 +1,6 @@
 use strict;
 use C4::Context;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 use Mail::Sendmail;  # comment out if not doing e-mail notices
 use Getopt::Long;
 use C4::Circulation;
index 4d6b3fa..6ffe7b4 100755 (executable)
@@ -31,7 +31,7 @@
 
 use strict;
 use C4::Context;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 use Mail::Sendmail;  # comment out if not doing e-mail notices
 use Getopt::Long;
 
index e43bc75..52a1319 100755 (executable)
@@ -32,7 +32,7 @@ use C4::Search;
 use C4::Circulation;
 use C4::Circulation::Fines;
 use C4::Members;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 use HTML::Template::Pro;
 use Mail::Sendmail;
 use Mail::RFC822::Address;