X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=rotating_collections%2FaddItems.pl;h=ae7070f8660ea83778f69a576d92384eadd59086;hb=5f8923acbf2a13a0f697a7bd80f6af9953bcba8f;hp=5c93b1382def56c00b050af2865f0fbe9773e253;hpb=8ad2c7d7acc3cb0033426bd78928214a22ad9dd1;p=koha_fer diff --git a/rotating_collections/addItems.pl b/rotating_collections/addItems.pl index 5c93b1382d..ae7070f866 100755 --- a/rotating_collections/addItems.pl +++ b/rotating_collections/addItems.pl @@ -1,5 +1,23 @@ #!/usr/bin/perl + +# 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 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., 59 Temple Place, +# Suite 330, Boston, MA 02111-1307 USA +# + use strict; +#use warnings; FIXME - Bug 2505 require Exporter; use C4::Output; @@ -15,7 +33,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "rotating_collections/addItems.tmpl", query => $query, type => "intranet", - authnotrequired => 1, + authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, });