Dave Jones reports a problem with feeds that have empty titles.
There was code in river2suite.viewsubs that skipped feeds with empty titles. The assumption we made is that the feed hadn't yet been read, and the title would eventually be filled in. However for some feeds the title is and always will remain empty.
This was part of a fix implemented on 8/12/11.
DJ provided an example of such a feed.
So I added code that checks if ctreads is greater than zero. If so we replace the feed title with "Untitled feed". If they ever add a title it will overwrite this value.
river2Suite.viewSubs