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

(-)a/cataloguing/value_builder/url.pl (-10 lines)
Lines 24-38 no warnings 'redefine'; # otherwise loading up multiple plugins fills the log wi Link Here
24
use C4::Context;
24
use C4::Context;
25
use Regexp::Common qw( URI );
25
use Regexp::Common qw( URI );
26
26
27
=head1 DESCRIPTION
28
29
plugin_parameters : other parameters added when the plugin is called by the dopop function
30
31
=cut
32
33
sub plugin_parameters {
34
    return "";
35
}
36
27
37
=head1 DESCRIPTION
28
=head1 DESCRIPTION
38
29
39
- 

Return to bug 8609