[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.51.2.5, 1.51.2.6

Ivan,,, ivan at wavetail.420.am
Fri Sep 10 12:31:17 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv23556

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	shellcommands.pm 
Log Message:
fix shell quoting for agent_custid...

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.51.2.5
retrieving revision 1.51.2.6
diff -u -w -d -r1.51.2.5 -r1.51.2.6
--- shellcommands.pm	7 Sep 2010 20:25:36 -0000	1.51.2.5
+++ shellcommands.pm	10 Sep 2010 19:31:15 -0000	1.51.2.6
@@ -342,7 +342,7 @@
   $night = shell_quote $night;
   $fax = shell_quote $fax;
   $otaker = shell_quote $otaker; 
-  $acct_custid = shell_quote $acct_custid;
+  $agent_custid = shell_quote $agent_custid;
 
   my $command_string = eval(qq("$command"));
   my @ssh_cmd_args = (



More information about the freeside-commits mailing list