Index: openacs-4/packages/wp-slim/www/users.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/users.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/wp-slim/www/users.xql 13 Mar 2002 22:50:53 -0000 1.2 +++ openacs-4/packages/wp-slim/www/users.xql 19 Feb 2004 00:08:17 -0000 1.3 @@ -4,7 +4,7 @@ - select p.person_id, p.first_names, p.last_name, parties.email, count(i.item_id) as num_presentations + select p.person_id, p.first_names, p.last_name, count(i.item_id) as num_presentations from persons p, cr_items i, acs_objects o, parties where i.content_type = 'cr_wp_presentation' and o.object_id = i.item_id