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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 28 09:38:47 CEST 2010


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

--- Comment #3 from Fridolyn SOMERS <fridolyn.somers at gmail.com> 2010-10-28 07:38:47 UTC ---
(In reply to comment #2)
> Is this happening in 3.2.0?  Your proposed patch won't hurt anything, but it
> shouldn't be necessary since C4::Search exports SimpleSearch by default.

Yes it is present in 3.2.0.

When I create a new authority, I have this message : 
Undefined subroutine &C4::AuthoritiesMarc::SimpleSearch called at
/usr/share/koha/lib/C4/AuthoritiesMarc.pm line 902.

I noticed that the full method is present line 362 : 
  my ($err,$res,$result) = C4::Search::SimpleSearch($query,0,10);

So why make it different at line 902 ?

-- 
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