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

(-)a/opac/opac-shelves.pl (-5 / +2 lines)
Lines 41-50 use Koha::RecordProcessor; Link Here
41
use constant ANYONE => 2;
41
use constant ANYONE => 2;
42
42
43
BEGIN {
43
BEGIN {
44
    if (C4::Context->preference('BakerTaylorEnabled')) {
44
    require C4::External::BakerTaylor;
45
        require C4::External::BakerTaylor;
45
    import C4::External::BakerTaylor qw(&image_url &link_url);
46
        import C4::External::BakerTaylor qw(&image_url &link_url);
47
    }
48
}
46
}
49
47
50
my $query = new CGI;
48
my $query = new CGI;
51
- 

Return to bug 23482