Index: openacs-4/packages/xowiki/www/prototypes/contributors.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/prototypes/contributors.page,v diff -u -N -r1.6 -r1.6.2.1 --- openacs-4/packages/xowiki/www/prototypes/contributors.page 13 Sep 2012 16:05:37 -0000 1.6 +++ openacs-4/packages/xowiki/www/prototypes/contributors.page 11 Feb 2014 11:58:21 -0000 1.6.2.1 @@ -12,7 +12,7 @@ Field count -label "Page Revisions" -html { align right } } - db_foreach get_contributors {select count(object_id) as count, creation_user + xo::dc foreach get_contributors {select count(object_id) as count, creation_user from acs_objects o, cr_revisions cr,cr_items ci where object_id = revision_id and parent_id = :folder_id