From aa5fc95a2f04c7fed466e0ce00edd17deb67977d Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Jun 2010 20:55:46 +0000 Subject: [PATCH] well-formed CSV on success, too, RT#8906 --- httemplate/misc/cdr-post.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.11.0