Bug 6553 : Fixing authentication issue, there is no reason we should be able to use...
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 1 Aug 2011 09:23:45 +0000 (21:23 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 13 Aug 2011 07:54:36 +0000 (19:54 +1200)
http://bugs.koha-community.org/show_bug.cgi?id=6653

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>

rotating_collections/addItems.pl
rotating_collections/editCollections.pl
rotating_collections/rotatingCollections.pl
rotating_collections/transferCollection.pl

index acde79a..13b2cb7 100755 (executable)
@@ -16,7 +16,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,
                             });
index 6289cac..a24b333 100755 (executable)
@@ -17,7 +17,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,
                             });
index b085e6b..6681e36 100755 (executable)
@@ -15,7 +15,7 @@ my ($template, $loggedinuser, $cookie)
     = get_template_and_user({template_name => "rotating_collections/rotatingCollections.tmpl",
                             query => $query,
                             type => "intranet",
-                            authnotrequired => 1,
+                            authnotrequired => 0,
                             flagsrequired => {parameters => 1},
                             debug => 1,
                             });
index e2c5407..f97536f 100755 (executable)
@@ -20,7 +20,7 @@ my ($template, $loggedinuser, $cookie)
     = get_template_and_user({template_name => "rotating_collections/transferCollection.tmpl",
                             query => $query,
                             type => "intranet",
-                            authnotrequired => 1,
+                            authnotrequired => 0,
                             flagsrequired => {parameters => 1},
                             debug => 1,
                             });