Index: openacs-4/packages/lars-blogger/tcl/rss-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/rss-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/lars-blogger/tcl/rss-procs.tcl 29 Sep 2003 19:06:37 -0000 1.7 +++ openacs-4/packages/lars-blogger/tcl/rss-procs.tcl 29 Sep 2003 19:53:30 -0000 1.8 @@ -78,13 +78,15 @@ title $title \ description $description \ value $content \ - timestamp $entry_timestamp] - + timestamp $entry_timestamp \ + category $category] + if { $counter == 0 } { - set column_array(channel_lastBuildDate) $entry_date_pretty + set column_array(channel_lastBuildDate) $entry_timestamp incr counter } } + set column_array(items) $items set column_array(channel_language) "" set column_array(channel_copyright) ""