@@ -, +, @@ --- opac/opac-ISBDdetail.pl | 2 ++ opac/opac-modrequest.pl | 2 ++ opac/opac-tags_subject.pl | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) --- a/opac/opac-ISBDdetail.pl +++ a/opac/opac-ISBDdetail.pl @@ -42,6 +42,8 @@ the items attached to the biblio =cut use strict; +use warnings; + use C4::Auth; use C4::Context; use C4::Output; --- a/opac/opac-modrequest.pl +++ a/opac/opac-modrequest.pl @@ -23,6 +23,8 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; +use warnings; + use CGI; use C4::Output; use C4::Reserves; --- a/opac/opac-tags_subject.pl +++ a/opac/opac-tags_subject.pl @@ -25,6 +25,8 @@ TODO :: Description here =cut use strict; +use warnings; + use C4::Auth; use C4::Context; use C4::Output; --