Bugzilla – Attachment #123208: Bug 28763: (bug 17600 follow-up) Import XSLTParse4display in opac-tags.pl for
bug #28763
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 28763
Collapse All
|
Expand All
(-)
a/opac/opac-tags.pl (-2 / +1 lines)
Lines 48-54 use C4::Tags qw(
Link Here
48
remove_tag
48
remove_tag
49
stratify_tags
49
stratify_tags
50
);
50
);
51
use C4::XSLT;
51
use C4::XSLT qw( XSLTParse4Display );
52
52
53
53
54
use Koha::Logger;
54
use Koha::Logger;
55
-
Return to
bug 28763