Bugzilla – Attachment 10564 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]
Added a missing dereference marker for an array parameter.
0001-Bug-8172-Missing-dereference-marker-for-buildQuery-p.patch (text/plain), 1.28 KB, created by
Mark Tompsett
on 2012-06-29 14:30:53 UTC
(
hide
)
Description:
Added a missing dereference marker for an array parameter.
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2012-06-29 14:30:53 UTC
Size:
1.28 KB
patch
obsolete
>From aff45deb5ebf24848a2f34d655f0e95c066e73a7 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. >Content-Type: text/plain; charset="utf-8" > >--- > 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.9.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 8172
:
10564
|
10576
|
10606
|
11372