Removing hard-coded $ symbols from the template, addressing Bug 2547
[koha.git] / C4 / Stats.pm
index 77d5d14..b4875aa 100644 (file)
@@ -19,7 +19,7 @@ package C4::Stats;
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-#use warnings; # FIXME
+use warnings;
 require Exporter;
 use C4::Context;
 use C4::Debug;