Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.138 -r1.139 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 23 Apr 2010 11:29:08 -0000 1.138 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 23 Apr 2010 18:59:59 -0000 1.139 @@ -3139,7 +3139,7 @@ array set "" [::xowiki::PageInstance get_list_from_form_constraints \ -name @table_properties \ -form_constraints [[my form] get_form_constraints -trylocal true]] - set count [[my form] count_usages -publish_status $(publish_status)] + set count [[my form] count_usages -package_id [my package_id] -publish_status $(publish_status)] my label_suffix " ($count)" next }