Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.xql,v diff -u -r1.30 -r1.31 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 25 May 2018 08:43:17 -0000 1.30 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 28 May 2018 12:29:03 -0000 1.31 @@ -1,16 +1,6 @@ - - - - select first_names, last_name - from persons - where person_id = :person_id - - - - @@ -32,44 +22,13 @@ - - - - select distinct first_names||' '||last_name as person_name - from persons - where person_id = :person_id - - - - - - - - select distinct first_names||' '||last_name as person_name - from persons, parties - where person_id = party_id - and email = :email - - - - - - - - select bio - from persons - where person_id = :person_id - - - update persons set bio = :bio where person_id = :person_id -