Index: openacs-4/packages/dotlrn-ecommerce/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/index.vuh,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-ecommerce/www/index.vuh 24 Jan 2007 18:39:08 -0000 1.1 +++ openacs-4/packages/dotlrn-ecommerce/www/index.vuh 24 Jan 2007 18:40:29 -0000 1.2 @@ -4,18 +4,6 @@ set path_info_list [split [ad_conn path_info] "/"] set course_key [lindex $path_info_list 0] -set section_key [lindex $path_info_list 1] set course_id [dotlrn_ecommerce::course::get_course_id_from_key $course_key] -set section_id [dotlrn_community::get_community_id_from_key $section_key] -ns_log notice " ------ -dotlrn-ecommerce/www/index.vuh -course_key = '${course_key}' -section_key = '${section_key}' -course_id = '${course_id}' -section_id = '${section_id}' ------ -" rp_form_put course_id $course_id -rp_form_put section_id $section_id rp_internal_redirect /packages/dotlrn-ecommerce/www/one-course \ No newline at end of file