Bugzilla – Attachment 15549 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), 974 bytes, created by
Dobrica Pavlinusic
on 2013-02-19 15:00:52 UTC
(
hide
)
Description:
Bug 9662 - ISSN search field not passed to Z3950Search
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2013-02-19 15:00:52 UTC
Size:
974 bytes
patch
obsolete
>From e536f71ba1f62c53b9ecec5656fd8f822845e6ff 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 > >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 >--- > 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.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 9662
:
15549
|
15565
|
15566