View | Details | Raw Unified | Return to bug 28692
Collapse All | Expand All

(-)a/C4/Log.pm (-1 / +1 lines)
Lines 24-29 package C4::Log; Link Here
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
26
26
27
use Data::Dumper qw( Dumper );
27
use JSON qw( to_json );
28
use JSON qw( to_json );
28
29
29
use C4::Context;
30
use C4::Context;
30
- 

Return to bug 28692