From 91c7bb791f6837ce244980c96d4d1abfefc3c5dd Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Fri, 16 Apr 2010 15:25:50 +1200 Subject: [PATCH] Bug 2505 - Add commented use warnings where missing in the opac/ directory --- opac/changelanguage.pl | 3 +++ opac/opac-user.pl | 1 + 2 files changed, 4 insertions(+) diff --git a/opac/changelanguage.pl b/opac/changelanguage.pl index 9a470aef64..16ef6d0f22 100755 --- a/opac/changelanguage.pl +++ b/opac/changelanguage.pl @@ -15,6 +15,9 @@ # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA +#use strict; +#use warnings; FIXME - Bug 2505 + use C4::Output; use CGI; diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 772b7f34d0..634b77a9db 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; -- 2.20.1