Index: openacs-4/packages/curriculum-central/www/admin/stream-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-central/www/admin/stream-ae.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/curriculum-central/www/admin/stream-ae.tcl 22 Jan 2006 08:43:15 -0000 1.4 +++ openacs-4/packages/curriculum-central/www/admin/stream-ae.tcl 2 Feb 2006 11:45:49 -0000 1.5 @@ -37,12 +37,6 @@ {html {size 5}} {help_text "[_ curriculum-central.help_select_years_for_this_stream]"} } - {semester_ids:text(multiselect),multiple - {label "#curriculum-central.semesters_in_a_year#"} - {options [curriculum_central::stream::semesters_get_options]} - {html {size 5}} - {help_text "[_ curriculum-central.help_select_semesters_in_a_year]"} - } {department_id:integer(select) {label "#curriculum-central.department#" } {options [curriculum_central::departments_get_options] } @@ -55,7 +49,7 @@ } } -select_query { SELECT coordinator_id, stream_name, stream_code, - year_ids, semester_ids, department_id + year_ids, department_id FROM cc_stream WHERE stream_id = :stream_id } -new_data { @@ -66,7 +60,6 @@ [list stream_name $stream_name] \ [list stream_code $stream_code] \ [list year_ids $year_ids] \ - [list semester_ids $semester_ids] \ [list department_id $department_id] \ [list coordinator_id $coordinator_id]] \ -form_id stream cc_stream