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.22 -r1.23 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 30 May 2009 20:42:12 -0000 1.22 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 2 Jun 2009 00:40:22 -0000 1.23 @@ -88,19 +88,19 @@ - + select bio - from users - where user_id = :user_id + from persons + where person_id = :user_id - + - update users + update persons set bio = :bio - where user_id = :user_id + where person_id = :user_id