Bugzilla – Attachment 186550 Details for
Bug 11300
Add a new authority linker which searches for authority links on a Z39.50 server.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11300: (follow-up) Remove unused marc column in Z3950Server authority insert
Bug-11300-follow-up-Remove-unused-marc-column-in-Z.patch (text/plain), 1.44 KB, created by
Hammat wele
on 2025-09-17 20:57:44 UTC
(
hide
)
Description:
Bug 11300: (follow-up) Remove unused marc column in Z3950Server authority insert
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-09-17 20:57:44 UTC
Size:
1.44 KB
patch
obsolete
>From 7b272c8cff7b0669bb3747ff01dfe64f6abe761d Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Wed, 17 Sep 2025 20:55:53 +0000 >Subject: [PATCH] Bug 11300: (follow-up) Remove unused marc column in > Z3950Server authority insert > >--- > C4/Linker/Z3950Server.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Linker/Z3950Server.pm b/C4/Linker/Z3950Server.pm >index 395aa315ea9..db4f3a769fa 100644 >--- a/C4/Linker/Z3950Server.pm >+++ b/C4/Linker/Z3950Server.pm >@@ -297,13 +297,13 @@ sub getZ3950Authority { > return ( $authId, $record, 'Z3950_UPDATED' ); > } else { > my $sth = $dbh->prepare( >- "INSERT INTO auth_header (datecreated,authtypecode,marc,marcxml,origincode) VALUES (NOW(),?,?,?,?)"); >+ "INSERT INTO auth_header (datecreated,authtypecode,marcxml,origincode) VALUES (NOW(),?,?,?)"); > eval { >- $sth->execute( $authtypecode, $record->as_usmarc, $record->as_xml_record($format), $controlNumber ) >+ $sth->execute( $authtypecode, $record->as_xml_record($format), $controlNumber ) > or die $sth->errstr; > }; > $sth->finish; >- warn "Problem with authority $controlNumber : Cannot insert" if $@; >+ warn "Problem with authority $controlNumber : Cannot insert $@" if $@; > my $id = $dbh->{'mysql_insertid'}; > return if $@; > >-- >2.34.1
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 11300
:
23147
|
37918
|
37974
|
37975
|
37989
|
39649
|
45324
|
56542
|
56543
|
60999
|
67165
|
69096
|
69204
|
79400
|
94819
|
94875
|
111801
|
111896
|
115217
|
133496
|
136404
|
138029
|
141168
|
143292
|
148824
|
151079
|
151476
|
151477
|
155602
|
155603
|
159741
|
159742
|
163946
|
163947
|
171304
|
171689
|
185343
|
185344
|
185345
| 186550