Bug 2505: Enabled warnings in opac-userdetails.pl.
authorGarry Collum <gcollum@gmail.com>
Fri, 19 Feb 2010 00:30:56 +0000 (19:30 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 19 Feb 2010 02:17:28 +0000 (21:17 -0500)
No warnings generated.

The only files left in koha/opac are changelanguage.pl and opac-user.pl.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
opac/opac-userdetails.pl

index 1760c10..5551b87 100755 (executable)
@@ -18,6 +18,8 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
+
 use CGI;
 
 use C4::Auth;