Home » Web Services » Services_Amazon » Bug #2299
TotalResults should be included in $products
Details
| Request #2299 | TotalResults should be included in $products |
|---|---|
| Submitted | 2004-09-07 23:35 UTC |
| From | joe at joestump dot net |
| Assigned | AZTEK |
| Status | Closed |
| Package | Services_Amazon |
| PHP Version | Irrelevant |
| OS | All |
| Roadmaps | (Not assigned) |
Comments
[2004-09-07 23:35 UTC] joe at joestump dot net
Description:
------------
On line 794'ish you add a few extra keys/values to the $products array. I can't be the only one who would use TotalResults. I just added $products['total'] = $data['TotalResults'] to the array, but figured I'd point it out here.
If I had kept the original version I could send a diff, but the fix was only 2 or 3 lines of code.
--Joe