summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-06-23 20:53:32 +0000
committerivan <ivan>2010-06-23 20:53:32 +0000
commitd40ace67b96eba52dc305f3fd80f98f353f70ed0 (patch)
tree29829947870de14b07a24aacdb9abf9ee912669a
parent4f97c9b8d145f19da0fe95a7e87ca73212b81302 (diff)
strict CSV when errors contain an ", RT#8906
-rw-r--r--httemplate/misc/cdr-post.cgi2
1 files changed, 2 insertions, 0 deletions
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
+
</%init>