X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSearchMarcMaps.pm;h=d4fb9ce0be108312a0f5110d7c2a8d672831095b;hb=6b2e92e576a502876e9de5ffbd418b1d48603c76;hp=a56ebb4061a8d587988ab5b548b713c15e426e39;hpb=3e95923a8a6e09a3c21a86035475cf851cc62d5d;p=koha-ffzg.git diff --git a/Koha/SearchMarcMaps.pm b/Koha/SearchMarcMaps.pm index a56ebb4061..d4fb9ce0be 100644 --- a/Koha/SearchMarcMaps.pm +++ b/Koha/SearchMarcMaps.pm @@ -2,22 +2,21 @@ package Koha::SearchMarcMaps; # 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 3 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 Modern::Perl; -use Carp; use Koha::Database; @@ -39,7 +38,7 @@ Koha::SearchMarcMaps - Koha SearchMarcMap Object set class =cut -sub type { +sub _type { return 'SearchMarcMap'; }