Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.350 -r1.351 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Apr 2009 07:41:09 -0000 1.350 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Apr 2009 10:18:57 -0000 1.351 @@ -2269,7 +2269,7 @@ # # The basic essential fields ci.name, ci.publish_status and bt.item_id # are always automatically fetched - set sql_atts [list ci.parent_id bt.instance_attributes \ + set sql_atts [list ci.parent_id bt.revision_id bt.instance_attributes \ bt.creation_date bt.creation_user bt.last_modified \ "bt.object_package_id as package_id" bt.title \ ]