From 2121f6494bc1216202171057337b8522eb782aca Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Fri, 16 Apr 2010 13:51:41 +1200 Subject: [PATCH] Bug 2505 - Add commented use warnings where missing in the errors/ directory --- errors/400.pl | 1 + errors/401.pl | 1 + errors/402.pl | 1 + errors/403.pl | 1 + errors/404.pl | 1 + errors/500.pl | 1 + 6 files changed, 6 insertions(+) diff --git a/errors/400.pl b/errors/400.pl index b04b7fdf73..f7ebf8a6c5 100755 --- a/errors/400.pl +++ b/errors/400.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; diff --git a/errors/401.pl b/errors/401.pl index 3ea459a0b1..0982c2fdd6 100755 --- a/errors/401.pl +++ b/errors/401.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; diff --git a/errors/402.pl b/errors/402.pl index 4bfe7cee90..c0b9783451 100755 --- a/errors/402.pl +++ b/errors/402.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; diff --git a/errors/403.pl b/errors/403.pl index 4058ce9ae7..e7759e021c 100755 --- a/errors/403.pl +++ b/errors/403.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; diff --git a/errors/404.pl b/errors/404.pl index 418723fead..b1fb9f9b03 100755 --- a/errors/404.pl +++ b/errors/404.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; diff --git a/errors/500.pl b/errors/500.pl index 6f570a251e..6ea9d96716 100755 --- a/errors/500.pl +++ b/errors/500.pl @@ -17,6 +17,7 @@ use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; -- 2.39.2