[Koha-patches] [PATCH] Bug 2505: Enabled warnings in opac-export.pl and opac-sendbasket.pl

Garry Collum gcollum at gmail.com
Wed Aug 12 19:12:37 CEST 2009


---
 opac/opac-export.pl     |    1 +
 opac/opac-sendbasket.pl |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opac/opac-export.pl b/opac/opac-export.pl
index 0093ce0..469ec85 100755
--- a/opac/opac-export.pl
+++ b/opac/opac-export.pl
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use HTML::Template::Pro;
 use strict;
+use warnings;
 
 use C4::Record;
 use C4::Auth;
diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl
index f06230c..9efa237 100755
--- a/opac/opac-sendbasket.pl
+++ b/opac/opac-sendbasket.pl
@@ -16,6 +16,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
 
 use CGI;
 use Encode qw(encode);
-- 
1.5.6.5




More information about the Koha-patches mailing list