@@ -, +, @@ --- opac/opac-userdetails.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/opac/opac-userdetails.pl +++ a/opac/opac-userdetails.pl @@ -18,6 +18,8 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; +use warnings; + use CGI; use C4::Auth; --