From 16c225bdc1e71bd6839fdd1a9e9cc7fb281a1d9c Mon Sep 17 00:00:00 2001 From: remi Date: Thu, 30 Jul 2015 09:08:44 -0400 Subject: [PATCH] Bug8609 - Removed useless plugin_parameters sub --- cataloguing/value_builder/url.pl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cataloguing/value_builder/url.pl b/cataloguing/value_builder/url.pl index 5731698..4694011 100644 --- a/cataloguing/value_builder/url.pl +++ b/cataloguing/value_builder/url.pl @@ -24,15 +24,6 @@ no warnings 'redefine'; # otherwise loading up multiple plugins fills the log wi use C4::Context; use Regexp::Common qw( URI ); -=head1 DESCRIPTION - -plugin_parameters : other parameters added when the plugin is called by the dopop function - -=cut - -sub plugin_parameters { - return ""; -} =head1 DESCRIPTION -- 1.7.9.5