--- 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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
