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.34 -r1.35 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 5 May 2008 10:16:22 -0000 1.34 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 5 May 2008 12:29:17 -0000 1.35 @@ -2402,6 +2402,7 @@ -orderby "revision_id desc" \ -limit $max_activities] + #my msg "tmp exists [::xo::db::require exists_table XOWIKI_TMP_ACTIVITY]" set tt [::xo::db::temp_table new \ -name XOWIKI_TMP_ACTIVITY \ -query $query \ @@ -2689,7 +2690,7 @@ foreach fn $field_names { append cols [list AnchorField $fn \ -label [$__ff($fn) label] \ - -richtext [$__ff($fn) istype ::xowiki::FormField::richtext] \ + -richtext [$__ff($fn) istype ::xowiki::formfield::richtext] \ -orderby $fn] \n } append cols [list ImageField_DeleteIcon delete -label "" ] \n