Bug 2505: Enables warnings in opac-MARCdetail.pl and opac-authoritiesdetail.pl
authorGarry Collum <gcollum@gmail.com>
Mon, 15 Feb 2010 22:20:17 +0000 (17:20 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 16 Feb 2010 11:12:40 +0000 (06:12 -0500)
No resulting warnings after warnings were turned on.

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

index 940104b..849c564 100755 (executable)
@@ -40,6 +40,8 @@ the items attached to the biblio
 =cut
 
 use strict;
+use warnings;
+
 use C4::Auth;
 use C4::Context;
 use C4::Output;
index 430f0f2..8df9d47 100755 (executable)
@@ -38,6 +38,8 @@ parameters tables.
 =cut
 
 use strict;
+use warnings;
+
 use C4::AuthoritiesMarc;
 use C4::Auth;
 use C4::Context;