Index: openacs-4/packages/dotlrn/tcl/class-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/class-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/dotlrn/tcl/class-procs.tcl 16 Apr 2002 13:53:52 -0000 1.31 +++ openacs-4/packages/dotlrn/tcl/class-procs.tcl 6 May 2002 15:56:22 -0000 1.32 @@ -148,7 +148,6 @@ Creates a new instance of a class for a particular term and year, and returns the class instance key. } { -# dotlrn_term::get_term_info -term_id $term_id -term_name_var "term" -term_year_var "year" set term [dotlrn_term::get_term_name -term_id $term_id] set year [dotlrn_term::get_term_year -term_id $term_id] set community_key "${class_key}-${term}-${year}"