Index: openacs-4/packages/acs-tcl/tcl/community-core-2-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/community-core-2-procs.xql,v diff -u -N --- openacs-4/packages/acs-tcl/tcl/community-core-2-procs.xql 30 May 2002 15:45:59 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ - - - - - -select user_id, screen_name, last_visit, second_to_last_visit, -first_names, last_name, email, first_names || ' ' || last_name as full_name -from users, parties, persons -where -users.user_id = parties.party_id and -users.user_id = persons.person_id and -user_id= :user_id - - - -