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

(-)a/opac/opac-request-article.pl (-2 lines)
Lines 24-30 use CGI qw ( -utf8 ); Link Here
24
use C4::Auth;
24
use C4::Auth;
25
use C4::Output;
25
use C4::Output;
26
use C4::Context;
26
use C4::Context;
27
use C4::NewsChannels;
28
27
29
use Koha::Biblios;
28
use Koha::Biblios;
30
use Koha::Patrons;
29
use Koha::Patrons;
31
- 

Return to bug 27948