From ca507ac78ad31eb470b0227bee822f7ca604bd34 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 17 Feb 2010 18:09:10 -0500 Subject: [PATCH] Bug 2505: Add warnings to opac/maintenance.pl Content-Type: text/plain; charset="utf-8" Added a FIXME for warning generated from C4/Context.pm. --- opac/maintenance.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opac/maintenance.pl b/opac/maintenance.pl index 49b7491..3044c5d 100755 --- a/opac/maintenance.pl +++ b/opac/maintenance.pl @@ -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; -- 1.5.6.5