Bugzilla – Attachment 12086 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: always regenerate non-UNIMARC hierarchies
Bug-8523-follow-up-always-regenerate-non-UNIMARC-h.patch (text/plain), 848 bytes, created by
Jared Camins-Esakov
on 2012-09-09 19:03:53 UTC
(
hide
)
Description:
Bug 8523 follow-up: always regenerate non-UNIMARC hierarchies
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-09-09 19:03:53 UTC
Size:
848 bytes
patch
obsolete
>From 13f8aa28ca4fc20dfe7ee36f06b5a94781bcf58a Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Sun, 9 Sep 2012 15:00:19 -0400 >Subject: [PATCH] Bug 8523 follow-up: always regenerate non-UNIMARC hierarchies >Content-Type: text/plain; charset="UTF-8" > >--- > C4/AuthoritiesMarc.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index d82a13b..64863ea 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -1158,7 +1158,7 @@ Example of text: > sub BuildAuthHierarchies{ > my $authid = shift @_; > # warn "authid : $authid"; >- my $force = shift @_; >+ my $force = shift @_ || (C4::Context->preference('marcflavour') eq 'UNIMARC' ? 0 : 1); > my @globalresult; > my $dbh=C4::Context->dbh; > my $hierarchies; >-- >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