Index: openacs-4/packages/xowiki/tcl/syndicate-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/syndicate-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 25 Mar 2007 13:18:33 -0000 1.9 +++ openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 25 Mar 2007 13:20:56 -0000 1.10 @@ -261,7 +261,7 @@ set last_user "" set last_item "" set last_clock "" - if {[my exists user_id]} { append where_clause " and creation_user = [my user_id] " } + if {[my exists user_id]} { append where_clause " and o.creation_user = [my user_id] " } if {[my exists limit]} { append limit_clause " limit [my limit] " } ::xo::OrderedComposite items -destroy_on_cleanup