From d40ace67b96eba52dc305f3fd80f98f353f70ed0 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Jun 2010 20:53:32 +0000 Subject: strict CSV when errors contain an ", RT#8906 --- httemplate/misc/cdr-post.cgi | 2 ++ 1 file changed, 2 insertions(+) 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 + -- cgit v1.2.1