From b0c0840d99e61ff4629786ad99ab9b99723462fb Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Thu, 18 Feb 2010 19:30:56 -0500 Subject: [PATCH] Bug 2505: Enabled warnings in opac-userdetails.pl. No warnings generated. The only files left in koha/opac are changelanguage.pl and opac-user.pl. Signed-off-by: Galen Charlton --- opac/opac-userdetails.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opac/opac-userdetails.pl b/opac/opac-userdetails.pl index 1760c10d2d..5551b8787f 100755 --- a/opac/opac-userdetails.pl +++ b/opac/opac-userdetails.pl @@ -18,6 +18,8 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; +use warnings; + use CGI; use C4::Auth; -- 2.39.2