Index: openacs-4/packages/xowiki/tcl/weblog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/weblog-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/xowiki/tcl/weblog-procs.tcl 8 Jun 2007 17:35:22 -0000 1.14 +++ openacs-4/packages/xowiki/tcl/weblog-procs.tcl 18 Jul 2007 20:35:31 -0000 1.15 @@ -85,8 +85,8 @@ lappend form_items $form_item_id } append extra_where_clause " and p.page_template in ('[join $form_items ',']') and p.page_instance_id = cr.revision_id " - set base_type ::xowiki::FormInstance - set base_table xowiki_form_instancei + set base_type ::xowiki::FormPage + set base_table xowiki_form_pagei lappend attributes instance_attributes }