Bug 5347: Followup: FIX 2 bugs in lateorders
[koha_gimpoz] / opac / maintenance.pl
index 49b7491..3044c5d 100755 (executable)
@@ -17,6 +17,9 @@
 
 
 use strict;
+use warnings;
+# FIXME - Generates a warning from C4/Context.pm (uninitilized value).
+
 use CGI;
 use C4::Auth;
 use C4::Output;