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.33 -r1.34 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 28 Jun 2018 09:10:14 -0000 1.33 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 28 Jun 2018 09:41:24 -0000 1.34 @@ -5,8 +5,7 @@ update persons - set first_names = :first_names, - last_name = :last_name + set [join $cols ", "] where person_id = :person_id @@ -22,14 +21,6 @@ - - - update persons - set bio = :bio - where person_id = :person_id - - - @@ -51,16 +42,6 @@ - - - - select 1 - from registered_users - where user_id = :user_id - - - - @@ -133,14 +114,4 @@ - - - - select rel_id - from cc_users - where user_id = :user_id - - - -