20080307 Fix for the notice errors on simplepie.inc line 5463
If you have errors like these ones… locate the function get_enclosures(), then add this before anything else: foreach(explode(’,', ‘url,type,length,bitrate,channels,expression,framerate,height,lang,medium,samplingrate,width’) as $var_name) { $$var_name = null; } This is for version 1.1! I would post this in their support forums if only I hadn’t to sign into yahoo groups and register to [...]