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.13 -r1.14 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 2 Mar 2004 17:01:38 -0000 1.13 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 4 Mar 2004 14:52:49 -0000 1.14 @@ -56,16 +56,6 @@ - - - - update acs_objects - set title = :first_names || ' ' || :last_name - where object_id = :person_id - - - - @@ -146,17 +136,6 @@ - - - - update acs_objects - set title = :email - where object_id = :party_id - and object_type = 'party' - - - -