Index: openacs-4/packages/wp-slim/www/users.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/users.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/wp-slim/www/users.tcl 20 Apr 2001 20:51:24 -0000 1.1 +++ openacs-4/packages/wp-slim/www/users.tcl 13 Mar 2002 22:50:53 -0000 1.2 @@ -13,6 +13,7 @@ users:multirow } +set package_id [ad_conn package_id] # Right now this file is weak. It should link the username to a one-user page which shows # What presentations that users has created (but only if the current user has permission to see/view @@ -27,6 +28,7 @@ and o.object_id = i.item_id and p.person_id = o.creation_user and parties.party_id = p.person_id + and o.context_id = :package_id group by p.person_id, p.first_names, p.last_name, parties.email }