adding format_date to 'use C4::Date'
authorJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 00:29:18 +0000 (18:29 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 00:29:18 +0000 (18:29 -0600)
circ/circulation.pl

index d6acddb..7d8fb83 100755 (executable)
@@ -27,7 +27,7 @@ use CGI;
 use C4::Output;
 use C4::Print;
 use C4::Auth qw/:DEFAULT get_session/;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 use C4::Branch; # GetBranches
 use C4::Koha;   # GetPrinter
 use C4::Circulation;