View | Details | Raw Unified | Return to bug 9605
Collapse All | Expand All

(-)a/rotating_collections/addItems.pl (-1 / +1 lines)
Lines 34-40 my ($template, $loggedinuser, $cookie) Link Here
34
			     query => $query,
34
			     query => $query,
35
			     type => "intranet",
35
			     type => "intranet",
36
			     authnotrequired => 0,
36
			     authnotrequired => 0,
37
			     flagsrequired => {parameters => 1},
37
                          flagsrequired => { tools => 'rotating_collections' },
38
			     debug => 1,
38
			     debug => 1,
39
			     });
39
			     });
40
40
(-)a/rotating_collections/editCollections.pl (-1 / +1 lines)
Lines 33-39 my ($template, $loggedinuser, $cookie) Link Here
33
			     query => $query,
33
			     query => $query,
34
			     type => "intranet",
34
			     type => "intranet",
35
			     authnotrequired => 0,
35
			     authnotrequired => 0,
36
			     flagsrequired => {parameters => 1},
36
                          flagsrequired => { tools => 'rotating_collections' },
37
			     debug => 1,
37
			     debug => 1,
38
			     });
38
			     });
39
39
(-)a/rotating_collections/rotatingCollections.pl (-1 / +1 lines)
Lines 33-39 my ($template, $loggedinuser, $cookie) Link Here
33
			     query => $query,
33
			     query => $query,
34
			     type => "intranet",
34
			     type => "intranet",
35
			     authnotrequired => 0,
35
			     authnotrequired => 0,
36
			     flagsrequired => {parameters => 1},
36
                          flagsrequired => { tools => 'rotating_collections' },
37
			     debug => 1,
37
			     debug => 1,
38
			     });
38
			     });
39
39
(-)a/rotating_collections/transferCollection.pl (-2 / +1 lines)
Lines 38-44 my ($template, $loggedinuser, $cookie) Link Here
38
			     query => $query,
38
			     query => $query,
39
			     type => "intranet",
39
			     type => "intranet",
40
			     authnotrequired => 0,
40
			     authnotrequired => 0,
41
			     flagsrequired => {parameters => 1},
41
                          flagsrequired => { tools => 'rotating_collections' },
42
			     debug => 1,
42
			     debug => 1,
43
			     });
43
			     });
44
44
45
- 

Return to bug 9605