Index: openacs-4/packages/acs-admin/www/users/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/one.tcl,v diff -u -r1.17.2.3 -r1.17.2.4 --- openacs-4/packages/acs-admin/www/users/one.tcl 2 Jan 2016 13:50:17 -0000 1.17.2.3 +++ openacs-4/packages/acs-admin/www/users/one.tcl 2 Jan 2016 21:14:10 -0000 1.17.2.4 @@ -56,11 +56,7 @@ # XXX Make sure to make the following into links and this looks okay -db_multirow user_contributions user_contributions "select at.pretty_name, at.pretty_plural, a.creation_date, acs_object.name(a.object_id) object_name -from acs_objects a, acs_object_types at -where a.object_type = at.object_type -and a.creation_user = :user_id -order by object_name, creation_date" +db_multirow user_contributions user_contributions {} # cro@ncacasi.org 2002-02-20 # Boy is this query wacked, but I think I am starting to understand