Index: openacs-4/packages/rss-support/tcl/rss-support-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-support-procs.tcl,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/rss-support/tcl/rss-support-procs.tcl 15 Feb 2005 19:54:41 -0000 1.1.2.9 +++ openacs-4/packages/rss-support/tcl/rss-support-procs.tcl 22 Feb 2005 21:20:53 -0000 1.1.2.10 @@ -48,12 +48,14 @@ } set impl_id [db_string get_impl_id ""] + set sysdate [dt_sysdate] set var_list [list \ [list p_subscr_id ""] \ [list p_impl_id $impl_id] \ [list p_summary_context_id $summary_context_id] \ [list p_timeout $timeout] \ + [list p_lastbuild $sysdate] \ [list p_object_type $object_type] \ [list p_creation_user $creation_user ] \ [list p_creation_ip $creation_ip] \