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

(-)a/offline_circ/download.pl (-3 / +1 lines)
Lines 27-34 use C4::Context; Link Here
27
use C4::Koha;
27
use C4::Koha;
28
28
29
my $query = new CGI;
29
my $query = new CGI;
30
my ( $template, $loggedinuser, $cookie, $flags ) =
30
checkauth( $query, undef, { circulate => "circulate_remaining_permissions" },
31
  checkauth( $query, undef, { circulate => "circulate_remaining_permissions" },
32
    "intranet" );
31
    "intranet" );
33
32
34
my $page     = $query->param('page') || 0;
33
my $page     = $query->param('page') || 0;
35
- 

Return to bug 13779