summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>