Bugzilla – Attachment 12100 Details for
Bug 8523
Authority hierarchies only support UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8523 follow-up: quiet warning
Bug-8523-follow-up-quiet-warning.patch (text/plain), 1.03 KB, created by
Jared Camins-Esakov
on 2012-09-10 08:05:21 UTC
(
hide
)
Description:
Bug 8523 follow-up: quiet warning
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-09-10 08:05:21 UTC
Size:
1.03 KB
patch
obsolete
>From 687a892ac7d5997a92d5930036b509ab788e6307 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 10 Sep 2012 04:03:33 -0400 >Subject: [PATCH] Bug 8523 follow-up: quiet warning >Content-Type: text/plain; charset="UTF-8" > >--- > .../intranet-tmpl/prog/en/includes/authorities.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc >index e4d7067..f782875 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc >@@ -12,7 +12,7 @@ > [% ELSE %] > <a href="detail.pl?authid=[% node.authid %]" title="Term">[% node.value | html %]</a> > [% END %] >- [% IF ( node.children.size > 0 ) %] >+ [% IF ( node.children && node.children.size > 0 ) %] > [% PROCESS showtree tree = node.children %] > [% END %] > </li> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8523
:
11360
|
11885
|
12083
|
12084
|
12086
|
12089
|
12092
|
12097
|
12100
|
12101
|
12125
|
12565