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.10 -r1.11 --- openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 25 Mar 2007 13:20:56 -0000 1.10 +++ openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 25 Mar 2007 13:23:43 -0000 1.11 @@ -288,7 +288,7 @@ foreach att {item_id creation_user item_id clock name publish_date parent_id title} { $o set $att [set $att] } - $o set operation [expr {$creation_date eq $oublish_date ? "created" : "modified"}] + $o set operation [expr {$creation_date eq $publish_date ? "created" : "modified"}] items add $o foreach {last_user last_item last_clock} [list $creation_user $item_id $clock] break