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

(-)a/opac/opac-ISBDdetail.pl (+2 lines)
Lines 42-47 the items attached to the biblio Link Here
42
=cut
42
=cut
43
43
44
use strict;
44
use strict;
45
use warnings;
46
45
use C4::Auth;
47
use C4::Auth;
46
use C4::Context;
48
use C4::Context;
47
use C4::Output;
49
use C4::Output;
(-)a/opac/opac-modrequest.pl (+2 lines)
Lines 23-28 Link Here
23
# Suite 330, Boston, MA  02111-1307 USA
23
# Suite 330, Boston, MA  02111-1307 USA
24
24
25
use strict;
25
use strict;
26
use warnings;
27
26
use CGI;
28
use CGI;
27
use C4::Output;
29
use C4::Output;
28
use C4::Reserves;
30
use C4::Reserves;
(-)a/opac/opac-tags_subject.pl (-1 / +2 lines)
Lines 25-30 TODO :: Description here Link Here
25
=cut
25
=cut
26
26
27
use strict;
27
use strict;
28
use warnings;
29
28
use C4::Auth;
30
use C4::Auth;
29
use C4::Context;
31
use C4::Context;
30
use C4::Output;
32
use C4::Output;
31
- 

Return to bug 2505