Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.82 -r1.83 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 30 May 2009 20:42:11 -0000 1.82 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 2 Jun 2009 00:40:22 -0000 1.83 @@ -953,7 +953,7 @@ # Update person.bio if { [info exists user_info(bio)] } { - acs_user::update_bio \ + person::update_bio \ -user_id $user_id \ -bio $user_info(bio) } @@ -1067,7 +1067,7 @@ # Update person.bio if { [info exists user_info(bio)] } { - acs_user::update_bio \ + person::update_bio \ -user_id $user_id \ -bio $user_info(bio) }