From bc3b7a4af3543bf37f48044fc7012972de9dd8f3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 11 Dec 2008 08:26:10 -0600 Subject: [PATCH] bug 2505: turn on warnings in two scripts Signed-off-by: Galen Charlton --- opac/opac-showreviews.pl | 1 + opac/opac-suggestions.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/opac/opac-showreviews.pl b/opac/opac-showreviews.pl index d4eaa935e4..ac8343a41f 100755 --- a/opac/opac-showreviews.pl +++ b/opac/opac-showreviews.pl @@ -16,6 +16,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; +use warnings; use CGI; use C4::Auth; diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl index 1cb9e148b5..b739817c95 100755 --- a/opac/opac-suggestions.pl +++ b/opac/opac-suggestions.pl @@ -16,6 +16,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; +use warnings; use CGI; use C4::Auth; # get_template_and_user -- 2.20.1