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++;