[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/cataloguing plugin_launcher.pl
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/cataloguing plugin_launcher.pl |
Date: |
Thu, 12 Jul 2007 15:28:31 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 07/07/12 15:28:31
Modified files:
cataloguing : plugin_launcher.pl
Log message:
remove duplicated line.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/cataloguing/plugin_launcher.pl?cvsroot=koha&r1=1.2&r2=1.3
Patches:
Index: plugin_launcher.pl
===================================================================
RCS file: /sources/koha/koha/cataloguing/plugin_launcher.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- plugin_launcher.pl 9 Mar 2007 15:36:10 -0000 1.2
+++ plugin_launcher.pl 12 Jul 2007 15:28:31 -0000 1.3
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: plugin_launcher.pl,v 1.2 2007/03/09 15:36:10 tipaul Exp $
+# $Id: plugin_launcher.pl,v 1.3 2007/07/12 15:28:31 toins Exp $
# Copyright 2000-2002 Katipo Communications
#
@@ -26,7 +26,6 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/cataloguing plugin_launcher.pl,
Antoine Farnault <=