Bug 5117: Misspelled word Organisztion
[koha.git] / opac / maintenance.pl
index 22698a6..3044c5d 100755 (executable)
@@ -17,7 +17,9 @@
 
 
 use strict;
-require Exporter;
+use warnings;
+# FIXME - Generates a warning from C4/Context.pm (uninitilized value).
+
 use CGI;
 use C4::Auth;
 use C4::Output;