Index: openacs-4/packages/lars-blogger/www/rss/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/rss/index.vuh,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lars-blogger/www/rss/index.vuh 28 Aug 2003 09:41:56 -0000 1.3 +++ openacs-4/packages/lars-blogger/www/rss/index.vuh 29 Sep 2003 13:50:10 -0000 1.4 @@ -7,6 +7,10 @@ from weblogger_channels w where w.package_id = :package_id and w.user_id is null -}] +} -default {}] -ns_returnfile 200 text/xml [rss_gen_report_file -summary_context_id $summary_context_id -impl_name pinds_blog_entries] +if { ![empty_string_p $summary_context_id] } { + ns_returnfile 200 text/xml [rss_gen_report_file -summary_context_id $summary_context_id -impl_name pinds_blog_entries] +} else { + ns_returnnotfound +}