Bugzilla – Attachment 10576 Details for
Bug 8172
Missing dereference marker for buildQuery parameter in addbooks.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8172 - Missing dereference marker for buildQuery parameter in addbooks.pl Added a dereference to an array parameter of buildQuery.
Bug-8172---Missing-dereference-marker-for-buildQue.patch (text/plain), 1.29 KB, created by
Chris Cormack
on 2012-07-01 00:26:10 UTC
(
hide
)
Description:
Bug 8172 - Missing dereference marker for buildQuery parameter in addbooks.pl Added a dereference to an array parameter of buildQuery.
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-07-01 00:26:10 UTC
Size:
1.29 KB
patch
obsolete
>From 95144253bdeff37f7603fa44e4c029a21e7ed158 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 29 Jun 2012 22:24:50 +0800 >Subject: [PATCH] Bug 8172 - Missing dereference marker for buildQuery > parameter in addbooks.pl Added a dereference to an array > parameter of buildQuery. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > cataloguing/addbooks.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/addbooks.pl b/cataloguing/addbooks.pl >index 79534a4..5f3b7d3 100755 >--- a/cataloguing/addbooks.pl >+++ b/cataloguing/addbooks.pl >@@ -71,7 +71,7 @@ if ($query) { > # build query > my @operands = $query; > my (@operators, @indexes, @sort_by, @limits) = (); >- my ( $builterror,$builtquery,$simple_query,$query_cgi,$query_desc,$limit,$limit_cgi,$limit_desc,$stopwords_removed,$query_type) = buildQuery(\@operators,\@operands,\@indexes,@limits,\@sort_by,undef,undef); >+ my ( $builterror,$builtquery,$simple_query,$query_cgi,$query_desc,$limit,$limit_cgi,$limit_desc,$stopwords_removed,$query_type) = buildQuery(\@operators,\@operands,\@indexes,\@limits,\@sort_by,undef,undef); > > # find results > my ( $error, $marcresults, $total_hits ) = SimpleSearch($builtquery, $results_per_page * ($page - 1), $results_per_page); >-- >1.7.10
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 8172
:
10564
| 10576 |
10606
|
11372