Hi,
I spotted that line 326 should be:
for($i=count($files)-1; ($i>count($files)-11) && ($i>=0); $i--) {
instead of
for($i=count($files)-1; ($i>count($files)-11) && ($i>0); $i--) {
One > changed to >= so that the very first image gets included in the RSS feed.
fb is great, keep up the good work!
posted by lewiz on 13 Feb 06 at 12:03 AM

