[Koha-bugs] [Bug 5243] New: C4::Search::SimpleSearch call in AuthoritiesMarc.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 23 12:30:06 CEST 2010


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

           Summary: C4::Search::SimpleSearch call in AuthoritiesMarc.pm
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Cataloging
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: fridolyn.somers at gmail.com
         QAContact: koha-bugs at lists.koha-community.org
                CC: ian.walls at bywatersolutions.com
   Estimated Hours: 0.0


In 3.2 beta :

AuthoritiesMarc.pm fails because of external function call : 

   my ($error, $results, $total_hits)=SimpleSearch( $query, 0, 1, [
"authorityserver" ] );

SimpleSearch is a function of C4/Search.pm so it must be :

  my ($error, $results, $total_hits) = C4::Search::SimpleSearch( $query, 0, 1,
[ "authorityserver" ] );

--
You may see that a correct call is made line 363.

Regards.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list