Bug 9456 - Add callnumber column to the cart
[koha.git] / sms / sms_listen_windows_start.pl
index a6d42fc..c0e39d5 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
-# script that starts the zebraquee
+# script that starts the zebraqueue
 #  Written by TG on 01/08/2006
 use strict;
+#use warnings; FIXME - Bug 2505
 
 use Win32::Process;
 use Win32;
@@ -11,6 +12,6 @@ my $input=new CGI;
 my $fileplace=C4::Context->config('intranetdir');
 my $fullpath=$fileplace."/cgi-bin/sms";
 my $ZebraObj;
- my $pid=Win32::Process::Create($ZebraObj,     "C:/perl/bin/perl.exe",'perl sms_listen.pl',    0, DETACHED_PROCESS,$fullpath)  ;
+my $pid=Win32::Process::Create($ZebraObj, "C:/perl/bin/perl.exe", 'perl sms_listen.pl', 0, DETACHED_PROCESS, $fullpath);
 
 print $input->redirect("/cgi-bin/koha/mainpage.pl?pid=$pid");