Bugzilla – Attachment 44558 Details for
Bug 15130
useless unitialization warnings when updating authorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15130 useless unitialization warnings when updating authorities
PASSED-QA-Bug-15130-useless-unitialization-warning.patch (text/plain), 1008 bytes, created by
Kyle M Hall (khall)
on 2015-11-06 13:26:58 UTC
(
hide
)
Description:
[PASSED QA] Bug 15130 useless unitialization warnings when updating authorities
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-11-06 13:26:58 UTC
Size:
1008 bytes
patch
obsolete
>From 67d6b766d3c56277a3baf0491ce541b575f60181 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Wed, 4 Nov 2015 17:06:10 +0100 >Subject: [PATCH] [PASSED QA] Bug 15130 useless unitialization warnings when updating authorities > >Signed-off-by: Frederic Demians <f.demians@tamil.fr> > Fixes a trivial coding error. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/AuthoritiesMarc.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index f617437..dd8be73 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -1515,7 +1515,7 @@ sub merge { > # BulkEdit marc records > # May be used as a template for a bulkedit field > foreach my $marcrecord(@reccache){ >- my $update; >+ my $update = 0; > foreach my $tagfield (@tags_using_authtype){ > # warn "tagfield : $tagfield "; > foreach my $field ($marcrecord->field($tagfield)){ >-- >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 15130
:
44428
|
44452
| 44558