From 886368370d51c9ece9fbd5bd4be0078eb1ec7f2e Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Mon, 15 Feb 2010 17:20:17 -0500 Subject: [PATCH] Bug 2505: Enables warnings in opac-MARCdetail.pl and opac-authoritiesdetail.pl No resulting warnings after warnings were turned on. Signed-off-by: Galen Charlton --- opac/opac-MARCdetail.pl | 2 ++ opac/opac-authoritiesdetail.pl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/opac/opac-MARCdetail.pl b/opac/opac-MARCdetail.pl index 940104b277..849c56456a 100755 --- a/opac/opac-MARCdetail.pl +++ b/opac/opac-MARCdetail.pl @@ -40,6 +40,8 @@ the items attached to the biblio =cut use strict; +use warnings; + use C4::Auth; use C4::Context; use C4::Output; diff --git a/opac/opac-authoritiesdetail.pl b/opac/opac-authoritiesdetail.pl index 430f0f26a1..8df9d476a8 100755 --- a/opac/opac-authoritiesdetail.pl +++ b/opac/opac-authoritiesdetail.pl @@ -38,6 +38,8 @@ parameters tables. =cut use strict; +use warnings; + use C4::AuthoritiesMarc; use C4::Auth; use C4::Context; -- 2.20.1