[Koha-patches] [PATCH] Bug 2505: Enabled warnings in opac-userdetails.pl.

Garry Collum gcollum at gmail.com
Fri Feb 19 01:30:56 CET 2010


No warnings generated.

The only files left in koha/opac are changelanguage.pl and opac-user.pl.
---
 opac/opac-userdetails.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opac/opac-userdetails.pl b/opac/opac-userdetails.pl
index 1760c10..5551b87 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;
-- 
1.5.6.5




More information about the Koha-patches mailing list