[Koha-bugs] [Bug 16836] Document unused parameters of SearchAuthorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 1 17:09:40 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16836

Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hector.hecaxmmx at gmail.com

--- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
If you query $ git grep 'SearchAuthorities'


There are some lines that use the two parameters, maybe exist more:


authorities/auth_finder.pl:      SearchAuthorities( \@marclist, \@and_or,
\@excluding, \@operator, \@value,
authorities/authorities-home.pl:    #my ( $results, $total ) =
SearchAuthorities(
authorities/ysearch.pl:    my ( $results, $total ) = SearchAuthorities(
\@marclist, \@and_or, \@excluding, \@operator, \@value, $startfrom *
$resultsperpage, $resultsperpage, $authtypecode, $orderby );
cataloguing/value_builder/unimarc_field_210c.pl:###TODO To rewrite in order to
use SearchAuthorities
cataloguing/value_builder/unimarc_field_210c.pl:        my ($results,$total) =
SearchAuthorities( \@tags,\@and_or,
cataloguing/value_builder/unimarc_field_225a.pl:    my ($results,$total) =
SearchAuthorities( \@tags,\@and_or,

Regards

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


More information about the Koha-bugs mailing list