Forum OpenACS Development: Re: File storage updated with optional RSS in version 5.1.0a12

Hi Andrew,

Thank you very much for this new contribution. File-storage is getting better and better each new version.

I needed this little modification to create feeds for fs folder in postgresql 7.3.5

+++ file-storage/tcl/file-storage-rss-procs-postgresql.xql Fri Dec 17 00:23:34 2004
@@ -34,7 +34,7 @@
and type != 'folder'
and $revisions_clause
order by last_modified desc
- ) v limit :max_items
+ ) as v limit $max_items