[Koha-patches] [PATCH] bug 2505: turn on warnings in two scripts

Galen Charlton galen.charlton at liblime.com
Thu Dec 11 15:26:10 CET 2008


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

diff --git a/opac/opac-showreviews.pl b/opac/opac-showreviews.pl
index d4eaa93..ac8343a 100755
--- a/opac/opac-showreviews.pl
+++ b/opac/opac-showreviews.pl
@@ -16,6 +16,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
 
 use CGI;
 use C4::Auth;
diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl
index 1cb9e14..b739817 100755
--- a/opac/opac-suggestions.pl
+++ b/opac/opac-suggestions.pl
@@ -16,6 +16,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
 
 use CGI;
 use C4::Auth;    # get_template_and_user
-- 
1.5.5.GIT




More information about the Koha-patches mailing list