From 3d8f52f2bd6113507946996970a981cffa8278e6 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 17 May 2017 12:43:12 +0000 Subject: [PATCH] Bug 18606: Remove lefover of C4::RotatingCollections --- C4/RotatingCollections.pm | 60 --------------------------------- rotating_collections/addItems.pl | 1 - rotating_collections/editCollections.pl | 1 - 3 files changed, 62 deletions(-) delete mode 100644 C4/RotatingCollections.pm diff --git a/C4/RotatingCollections.pm b/C4/RotatingCollections.pm deleted file mode 100644 index 0848c76..0000000 --- a/C4/RotatingCollections.pm +++ /dev/null @@ -1,60 +0,0 @@ -package C4::RotatingCollections; - -# $Id: RotatingCollections.pm,v 0.1 2007/04/20 kylemhall - -# This package is inteded to keep track of what library -# Items of a certain collection should be at. - -# Copyright 2007 Kyle Hall -# -# 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 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, see . - -use Modern::Perl; - -use C4::Context; -use C4::Circulation; -use C4::Reserves qw(CheckReserves); -use Koha::Database; - -use DBI; - -use Data::Dumper; - -use vars qw(@ISA @EXPORT); - - -=head1 NAME - -C4::RotatingCollections - Functions for managing rotating collections - -=head1 FUNCTIONS - -=cut - -BEGIN { - require Exporter; - @ISA = qw( Exporter ); - @EXPORT = qw( - ); -} - -__END__ - -=head1 AUTHOR - -Kyle Hall - -=cut diff --git a/rotating_collections/addItems.pl b/rotating_collections/addItems.pl index edcbf0a..9b0d697 100755 --- a/rotating_collections/addItems.pl +++ b/rotating_collections/addItems.pl @@ -21,7 +21,6 @@ use Modern::Perl; use C4::Output; use C4::Auth; use C4::Context; -use C4::RotatingCollections; use C4::Items; use Koha::Items; diff --git a/rotating_collections/editCollections.pl b/rotating_collections/editCollections.pl index 6aa6c1c..9290432 100755 --- a/rotating_collections/editCollections.pl +++ b/rotating_collections/editCollections.pl @@ -23,7 +23,6 @@ use CGI qw ( -utf8 ); use C4::Output; use C4::Auth; use C4::Context; -use C4::RotatingCollections; use Koha::RotatingCollections; -- 2.1.4