New issue report by iwankerl:
What steps will reproduce the problem?
1. Setup everything on your server so you can do sparkle checks and
load profileLookup.php
2. From Mac A, do an update check and send profile info
3. From Mac B, do an update check without profile info. Mac B could be
the same as A, but it
helps if it has different profile info so you can be sure of the differences.
4. Load profileLookup.php and notice that the last two entries are
identical. The second entry
should be blank since no info was sent in.
What is the expected output? What do you see instead?
The second entry should be blank since no info was sent in. Instead
the info from the previous
lookup is shown.
What version of the product are you using? On what operating system?
top of trunk, as of June 10, 2008
Please provide any additional information below.
I fixed this in my copy by adding this to profileLookup.php:
<near the bottom>
while(list($report_id, $report_date) = each($report_ids)) {
<existing code>
// Clear $reportRecords or we'll get the previous values for keys
that were not set
unset($reportRecords);
}
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
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