Issue 22 in sparkleplus: profileLookup.php needs to clear $reportRecords

1 view
Skip to first unread message

codesite...@google.com

unread,
Sep 20, 2009, 7:19:36 AM9/20/09
to spark...@googlegroups.com

Comment #1 on issue 22 by dlegler: profileLookup.php needs to clear
$reportRecords
http://code.google.com/p/sparkleplus/issues/detail?id=22

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

Reply all
Reply to author
Forward
0 new messages