Bug 5549 : Only use DateTime for issues table
[koha_gimpoz] / C4 / ClassSource.pm
index 13c2186..5d76497 100644 (file)
@@ -22,7 +22,6 @@ use warnings;
 
 require Exporter;
 use C4::Context;
-use C4::Koha;
 use C4::ClassSortRoutine;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
@@ -358,6 +357,6 @@ sub GetClassSort {
 
 =head1 AUTHOR
 
-Koha Development Team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut