As an addition to the above solution, to get dashes instead of missing
table cells
for empty values, add
foreach($knownReportKeys as $reportKey) {
$reportRecords[$reportKey] = "-";
}
after unset($reportRecords); .
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings