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

(-)a/C4/XSLT.pm (-3 / +1 lines)
Lines 22-27 package C4::XSLT; Link Here
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use Encode qw(decode);
25
26
26
use C4::Context;
27
use C4::Context;
27
use C4::Koha qw( xml_escape );
28
use C4::Koha qw( xml_escape );
Lines 32-39 use Koha::Util::Search; Link Here
32
use Koha::XSLT::Base;
33
use Koha::XSLT::Base;
33
use Koha::Libraries;
34
use Koha::Libraries;
34
35
35
36
37
my $engine; #XSLT Handler object
36
my $engine; #XSLT Handler object
38
my %authval_per_framework;
37
my %authval_per_framework;
39
    # Cache for tagfield-tagsubfield to decode per framework.
38
    # Cache for tagfield-tagsubfield to decode per framework.
40
- 

Return to bug 11175