bug in remoterss
Posted: Mon Feb 07, 2005 11:14 am
there is a simple bug in the remote rss sidebar plugin.
we have it at line 418:
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 :>

regards, omid
we have it at line 418:
Code: Select all
$item['timestamp'] = strtotime(isset($item['pubdate']) ? $item['pubdate'] : $item['dc:date']);i didn't trace this code, but i know you can put an @ sign before this function
this is its picture :>

regards, omid