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

(-)a/opac/maintenance.pl (-1 / +3 lines)
Lines 17-22 Link Here
17
17
18
18
19
use strict;
19
use strict;
20
use warnings;
21
# FIXME - Generates a warning from C4/Context.pm (uninitilized value).
22
20
use CGI;
23
use CGI;
21
use C4::Auth;
24
use C4::Auth;
22
use C4::Output;
25
use C4::Output;
23
- 

Return to bug 2505