Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -r1.12.2.1 -r1.12.2.2 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 11 Dec 2002 00:11:34 -0000 1.12.2.1 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 7 Mar 2003 15:35:03 -0000 1.12.2.2 @@ -179,6 +179,14 @@ ad_proc -public name { {-person_id:required} } { + get the name of a person. Cached. + } { + return [util_memoize [list person::name_not_cached -person_id $person_id]] + } + + ad_proc -public name_not_cached { + {-person_id:required} + } { get the name of a person } { db_1row get_person_name {}