Bug 6025: Adds a script that re-create missing statistics from issues and old_issues...
[koha_fer] / 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;