X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FHeading.pm;h=e323b5bcd2107c129e72c8dd5e4628cb4c7dd3ea;hb=4cc79c77c904e9a8e5ff35ca872b7673b3c005c9;hp=98bb4a87fcad8e85e8ea0f6035dc48b07c5e1c06;hpb=0ef6b0d5c618c2bd4d0ec942e870a6f989632ca0;p=koha.git diff --git a/C4/Heading.pm b/C4/Heading.pm index 98bb4a87fc..e323b5bcd2 100644 --- a/C4/Heading.pm +++ b/C4/Heading.pm @@ -4,18 +4,18 @@ package C4::Heading; # # This file is part of Koha. # -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along -# with Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use strict; use warnings; @@ -25,7 +25,6 @@ use C4::Context; use Module::Load; use Carp; -our $VERSION = 3.00; =head1 NAME @@ -205,7 +204,7 @@ sub _search { return C4::AuthoritiesMarc::SearchAuthorities( \@marclist, \@and_or, \@excluding, \@operator, \@value, 0, 20, $self->{'auth_type'}, - '', $skipmetadata + 'AuthidAsc', $skipmetadata ); }