Bug 2505 - Add commented use warnings where missing in the opac/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:25:50 +0000 (15:25 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:24:59 +0000 (20:24 +1200)
opac/changelanguage.pl
opac/opac-user.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;
 
index 772b7f3..634b77a 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use CGI;