Index: openacs-4/packages/dotlrn-ecommerce/lib/section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/section.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 6 Jul 2005 09:01:41 -0000 1.7 +++ openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 6 Jul 2005 17:05:50 -0000 1.8 @@ -198,10 +198,8 @@ # Create the section for predefined sessions if { [info exists template_calendar_id] } { -# ns_log notice "DEBUG:: TEMPLATE_CALENDAR_ID $template_calendar_id" -# set sessions_list [db_list_of_lists sessions { }] + set sessions_list [db_list_of_lists sessions { }] } else { - ns_log notice "DEBUG:: TEMPLATE_CALENDAR_ID DOESN'T EXIST" set sessions_list [list] }