Bug 2505 Adding use warnings, and fixing the warnings generated
[koha.git] / opac / opac-main.pl
index 1062109..5a56db0 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+use warnings;
 use CGI;
 use C4::Auth;    # get_template_and_user
 use C4::Output;