Index: openacs-4/contrib/packages/project-manager/tcl/project-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/tcl/Attic/project-procs.tcl,v diff -u -r1.6.2.9 -r1.6.2.10 --- openacs-4/contrib/packages/project-manager/tcl/project-procs.tcl 26 Oct 2004 01:22:27 -0000 1.6.2.9 +++ openacs-4/contrib/packages/project-manager/tcl/project-procs.tcl 3 Nov 2004 20:37:12 -0000 1.6.2.10 @@ -1593,7 +1593,10 @@ ad_proc -public pm::project::get_list_of_open { } { - Returns a list of lists, of all open project ids and their names + Returns a list of lists, of all open project ids and their names. + + We should util_memoize this. It will dramatically improve the + speed of the task edits. @author Jade Rubick (jader@bread.com) @creation-date 2004-05-13