summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-06-23 20:55:46 +0000
committerivan <ivan>2010-06-23 20:55:46 +0000
commitaa5fc95a2f04c7fed466e0ce00edd17deb67977d (patch)
tree161420cc0cb7ffbb952cae187741bed8c3361eaf /httemplate
parent5901094b2c969be3a56d91f0341161868c583169 (diff)
well-formed CSV on success, too, RT#8906
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/cdr-post.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cdr-post.cgi b/httemplate/misc/cdr-post.cgi
index 4f2dd4f55..541dac3e3 100644
--- a/httemplate/misc/cdr-post.cgi
+++ b/httemplate/misc/cdr-post.cgi
@@ -1,7 +1,7 @@
% if ( $error ) {
0,"<% $error %>",,
% } else {
-1,"CDR import successful',<% $cdr_batch->cdrbatchnum %>,"<% $cdrbatch %>"
+1,"CDR import successful",<% $cdr_batch->cdrbatchnum %>,"<% $cdrbatch %>"
% }
<%init>