[Koha-bugs] [Bug 8172] New: Missing dereference marker for buildQuery parameter in addbooks.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 31 20:36:40 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8172

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8172
          Assignee: gmcharlt at gmail.com
           Summary: Missing dereference marker for buildQuery parameter in
                    addbooks.pl
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: mtompset at hotmail.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Searching
           Product: Koha

my (
$builterror,$builtquery,$simple_query,$query_cgi,$query_desc,$limit,$limit_cgi,$limit_desc,$stopwords_removed,$query_type)
= buildQuery(\@operators,\@operands,\@indexes, at limits,\@sort_by,undef,undef);

Which is roughly line 75 of addbooks.pl likely should have a \ on the @limits.
Because C4::Search.pm around line 1044 shows the parameters being treated the
same.

I was hoping this would solve my Lingua::Stem::Snowball error, but I will have
to continue to hunt deeper.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list