Bug 6786: Follow up fixing index names with hyphens
[koha_gimpoz] / C4 / Print.pm
index 706afc3..2ba7584 100644 (file)
@@ -20,7 +20,6 @@ package C4::Print;
 use strict;
 #use warnings; FIXME - Bug 2505
 use C4::Context;
-use C4::Circulation;
 use C4::Members;
 use C4::Dates qw(format_date);
 
@@ -193,7 +192,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =head1 SEE ALSO