Bugzilla – Attachment 15565 Details for
Bug 9662
z3950_search.pl ISSN search field not passed to Z3950Search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9662 - ISSN search field not passed to Z3950Search
Bug-9662---ISSN-search-field-not-passed-to-Z3950Se.patch (text/plain), 1.05 KB, created by
Marcel de Rooy
on 2013-02-20 12:50:53 UTC
(
hide
)
Description:
Bug 9662 - ISSN search field not passed to Z3950Search
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-02-20 12:50:53 UTC
Size:
1.05 KB
patch
obsolete
>From 4b0a11dd718214fffef6b2f4db380a3240371678 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Tue, 19 Feb 2013 15:58:35 +0100 >Subject: [PATCH] Bug 9662 - ISSN search field not passed to Z3950Search >Content-Type: text/plain; charset="utf-8" > >Seems like simple omission when passing $pars hash to >Z3950Search function. > >Test scenario: > >1. select any Z39.50 search form and enter valid ISSN >2. verify that you don't get any results from remote servers >3. apply this patch and re-check that results are now availble >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > cataloguing/z3950_search.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl >index 9fc9d68..b8e8a58 100755 >--- a/cataloguing/z3950_search.pl >+++ b/cataloguing/z3950_search.pl >@@ -99,6 +99,7 @@ my $pars= { > page => $page, > id => \@id, > isbn => $isbn, >+ issn => $issn, > title => $title, > author => $author, > dewey => $dewey, >-- >1.7.7.6
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 9662
:
15549
| 15565 |
15566