From 3e3ec00e027c58e845abc264d342b7a59e6daf03 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 19 Feb 2018 20:19:37 +0000 Subject: [PATCH] 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 --- agc_2-X/trunk/www/vicidial/AST_source_vlc_status_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_source_vlc_status_report.php b/agc_2-X/trunk/www/vicidial/AST_source_vlc_status_report.php index 2ee0ee9e..090609ad 100644 --- a/agc_2-X/trunk/www/vicidial/AST_source_vlc_status_report.php +++ b/agc_2-X/trunk/www/vicidial/AST_source_vlc_status_report.php @@ -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++;