View | Details | Raw Unified | Return to bug 19410
Collapse All | Expand All

(-)a/Koha/Objects.pm (-2 / +1 lines)
Lines 173-179 sub search_related { Link Here
173
173
174
=head3 search_for_api
174
=head3 search_for_api
175
175
176
    my @objects = Koha::Objects->earch_for_api( $c );
176
    my $objects = Koha::Objects->search_for_api( $c );
177
177
178
Searches for objects given a controller object I<$c>.
178
Searches for objects given a controller object I<$c>.
179
179
180
- 

Return to bug 19410