PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_Amazon » Bug #2299

TotalResults should be included in $products

Details

Request #2299TotalResults should be included in $products
Submitted2004-09-07 23:35 UTC
Fromjoe at joestump dot net
AssignedAZTEK
StatusClosed
PackageServices_Amazon
PHP VersionIrrelevant
OSAll
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