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

(-)a/serials/reorder_members.pl (-2 / +1 lines)
Lines 29-35 my $subscriptionid = $query->param('subscriptionid'); Link Here
29
my $routingid      = $query->param('routingid');
29
my $routingid      = $query->param('routingid');
30
my $rank           = $query->param('rank');
30
my $rank           = $query->param('rank');
31
31
32
checkauth( $query, 0, { serials => 1 }, 'intranet' );
32
checkauth( $query, 0, { serials => 'routing' }, 'intranet' );
33
33
34
reorder_members( $subscriptionid, $routingid, $rank );
34
reorder_members( $subscriptionid, $routingid, $rank );
35
35
36
- 

Return to bug 13890