Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 22:39 UTC
Updated:
23 May 2009 at 15:34 UTC
Hi.
Love your code. It's so f* streamlined..
I think:
foreach (module_implements('_amazon_item_clean_xml') as $module) {
$function = $module .'_amazon_item_clean_xml';
$function($item, $xml);
}
should say:
foreach (module_implements('amazon_item_clean_xml') as $module) {
$function = $module .'_amazon_item_clean_xml';
$function($item, $xml);
}
Cheers,
Atle
Comments
Comment #1
eaton commentedAwesome, thanks! I've fixed and will be rolling beta-2 this weekend.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
osherl commentedGreat module, just the right amount of features...
I am using the amazon_item_clean_xml hook to load additional elements and it works only if if I pass the $item variable by reference as follows:
Is this the correct way of using the hook?
Thanks,
Laszlo
Comment #4
MGParisi commentedosherl, you posted to a closed item so your question will probably get ignored:(
Try making another post