From: ivan Date: Wed, 23 Jun 2010 20:53:32 +0000 (+0000) Subject: strict CSV when errors contain an ", RT#8906 X-Git-Tag: root_of_svc_elec_features~129 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d40ace67b96eba52dc305f3fd80f98f353f70ed0;p=freeside.git strict CSV when errors contain an ", RT#8906 --- diff --git a/httemplate/misc/cdr-post.cgi b/httemplate/misc/cdr-post.cgi index 46d9424e7..4f2dd4f55 100644 --- a/httemplate/misc/cdr-post.cgi +++ b/httemplate/misc/cdr-post.cgi @@ -53,4 +53,6 @@ my $cdrbatch = ''; } +$error =~ s/"/""/g; #CSV +