Page 1 of 1

bug in remoterss

Posted: Mon Feb 07, 2005 11:14 am
by oxygenws
there is a simple bug in the remote rss sidebar plugin.
we have it at line 418:

Code: Select all

$item['timestamp'] = strtotime(isset($item['pubdate']) ? $item['pubdate'] : $item['dc:date']);
sometimes strotime called with an empty time parameter and returned a lot of error :)

i didn't trace this code, but i know you can put an @ sign before this function :)

this is its picture :>
Image

regards, omid

Re: bug in remoterss

Posted: Mon Feb 07, 2005 2:55 pm
by garvinhicking
Thanks for reporting. I didn't know that strototime reports an error for that.

Committed to CVS!

Regards,
Garvin