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 -r1.2 -r1.3 --- openacs-4/packages/xowiki/www/prototypes/contributors.page 18 Mar 2007 00:12:35 -0000 1.2 +++ openacs-4/packages/xowiki/www/prototypes/contributors.page 11 Jun 2007 12:21:17 -0000 1.3 @@ -12,12 +12,12 @@ Field count -label "Page Revisions" -html { align right } } - db_foreach get_contributors {select count(object_id), creation_user + db_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 and cr.item_id = ci.item_id - group by creation_user order by count desc; + group by creation_user order by count desc } { if {$creation_user eq ""} continue t1 add \