Index: openacs-4/packages/dotlrn/www/subcommunity-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subcommunity-new.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/subcommunity-new.tcl 14 Feb 2002 19:43:11 -0000 1.1 +++ openacs-4/packages/dotlrn/www/subcommunity-new.tcl 19 Feb 2002 19:26:13 -0000 1.2 @@ -93,10 +93,13 @@ # for a subcomm of a "class" set the start and end dates if {![string equal $parent_type [dotlrn_club::community_type]] && ![string equal $parent_type "dotlrn_community"]} { - dotlrn_community::set_active_dates \ - -community_id $subbcomm_id \ - -start_date [dotlrn_term::get_start_date -term_id $term_id] \ - -end_date [dotlrn_term::get_end_date -term_id $term_id] + + dotlrn_community::set_active_dates \ + -community_id $subcomm_id \ + -start_date \ + [dotlrn_term::get_start_date -term_id $term_id] \ + -end_date \ + [dotlrn_term::get_end_date -term_id $term_id] } }