Bug 2505: Add warnings to opac/maintenance.pl
authorGarry Collum <gcollum@gmail.com>
Wed, 17 Feb 2010 23:16:57 +0000 (18:16 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 16:10:30 +0000 (11:10 -0500)
Added a FIXME for warning generated from C4/Context.pm.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
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;