Small change to download function of AST_campaign_status_list_report.php

git-svn-id: svn://192.168.202.10@2925 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-02-19 20:19:37 +00:00
parent fd9b9bbedf
commit 3e3ec00e02
@@ -529,7 +529,7 @@ while($i < $group_ct)
$ASCII_text.="+------------------------------------------+--------+----------+\n";
$ASCII_text.="| "._QXZ("TOTAL",40)." | ".sprintf("%6s", $total_ary["$key"])." | ".sprintf("%8s", " ")." |\n";
$ASCII_text.="+------------------------------------------+--------+----------+\n\n";
$CSV_text.="\"\",\""._QXZ("TOTAL")."\",\"".$total_ary["$key"]."\",\"\"\n\n";
$CSV_text.="\"".($key !="" ? $key : "(NONE)")."\",\""._QXZ("TOTAL")."\",\"".$total_ary["$key"]."\",\"\"\n\n";
}
$i++;