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

(-)a/C4/XSLT.pm (-1 / +1 lines)
Lines 48-53 BEGIN { Link Here
48
    @ISA = qw(Exporter);
48
    @ISA = qw(Exporter);
49
    @EXPORT = qw(
49
    @EXPORT = qw(
50
        &XSLTParse4Display
50
        &XSLTParse4Display
51
        &transformMARCXML4XSLT
51
    );
52
    );
52
    $engine=Koha::XSLT::Base->new( { do_not_return_source => 1 } );
53
    $engine=Koha::XSLT::Base->new( { do_not_return_source => 1 } );
53
}
54
}
54
- 

Return to bug 28373