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.1 -r1.2 --- openacs-4/packages/xowiki/www/prototypes/contributors.page 17 Mar 2007 23:34:44 -0000 1.1 +++ openacs-4/packages/xowiki/www/prototypes/contributors.page 18 Mar 2007 00:12:35 -0000 1.2 @@ -9,7 +9,7 @@ TableWidget t1 -volatile \ -columns { Field contributor -label "Contributor" - Field count -label "Page Revisions" + Field count -label "Page Revisions" -html { align right } } db_foreach get_contributors {select count(object_id), creation_user @@ -19,6 +19,7 @@ and cr.item_id = ci.item_id group by creation_user order by count desc; } { + if {$creation_user eq ""} continue t1 add \ -contributor [::xo::get_user_name $creation_user] \ -count $count