SELECT feeds.*
FROM feeds
LEFT JOIN feeds2communities ON feeds.feedid = feeds2communities.feedid
LEFT JOIN feeds2feed_categories ON feeds.feedid = feeds2feed_categories.feedid
WHERE feeds.active = '1'
and ( (feeds.valid = '1') or (date(feeds.added)= date(feeds.updated)) )
and feeds2communities.communityid = '33'
and feeds2feed_categories.categoryid = '37'
ORDER BY title asc
Warning: Variable passed to each() is not an array or object in /home/content/10/4986410/html/nci/www/photos/inc_roll.php on line 48
- [RSS]