X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cataloguing%2Fplugin_launcher.pl;h=f3ef3e863e115586473e990b6df361230dce2609;hb=622430cfb5bb1b9886e00a835d96b8434d6ef1db;hp=4e269df380895658f97645874b9b6601577d91ce;hpb=5c42b6512e7ee74811f6d78eaf0c1d5ed55f9d8a;p=koha.git diff --git a/cataloguing/plugin_launcher.pl b/cataloguing/plugin_launcher.pl index 4e269df380..f3ef3e863e 100755 --- a/cataloguing/plugin_launcher.pl +++ b/cataloguing/plugin_launcher.pl @@ -19,6 +19,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Context; use C4::Output; @@ -26,7 +27,7 @@ use C4::Output; my $input = new CGI; 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 +# opening plugin. Just check whether we are on a developer computer on a production one # (the cgidir differs) my $cgidir = C4::Context->intranetdir ."/cgi-bin"; my $vbdir = "$cgidir/cataloguing/value_builder";