X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=rotating_collections%2FeditCollections.pl;h=4c4849c0007d2148e35a25a5507503c0f8d1f266;hb=4c96b5fb1fae26265cc217fac9c6dc6a96a04e03;hp=6289cac42bbb8d4a4c19293ad2b1db031f7ab6b6;hpb=e5bb64c1c1bfcb16786654995a04f566862944fd;p=koha_fer diff --git a/rotating_collections/editCollections.pl b/rotating_collections/editCollections.pl index 6289cac42b..4c4849c000 100755 --- a/rotating_collections/editCollections.pl +++ b/rotating_collections/editCollections.pl @@ -1,5 +1,20 @@ #!/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; @@ -17,7 +32,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "rotating_collections/editCollections.tmpl", query => $query, type => "intranet", - authnotrequired => 1, + authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, });