remove duplicated line.
authortoins <toins>
Thu, 12 Jul 2007 15:28:31 +0000 (15:28 +0000)
committertoins <toins>
Thu, 12 Jul 2007 15:28:31 +0000 (15:28 +0000)
cataloguing/plugin_launcher.pl

index eb083b5..ce6e9b9 100755 (executable)
@@ -26,7 +26,6 @@ use C4::Context;
 use C4::Output;
 
 my $input = new CGI;
-my $plugin_name=$input->param("plugin_name");
 my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name");
 
 # opening plugin. Just check wether we are on a developper computer on a production one