Bug 2505 - Add commented use warnings where missing in the opac/ directory
[koha.git] / opac / changelanguage.pl
index 9a470ae..16ef6d0 100755 (executable)
@@ -15,6 +15,9 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
+#use strict;
+#use warnings; FIXME - Bug 2505
+
 use C4::Output;
 use CGI;