Index: openacs-4/packages/assessment/tcl/as-section-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/assessment/tcl/as-section-procs.tcl 4 Aug 2006 19:06:03 -0000 1.28 +++ openacs-4/packages/assessment/tcl/as-section-procs.tcl 7 Aug 2006 01:19:34 -0000 1.29 @@ -217,6 +217,7 @@ set item_list [db_list_of_lists get_sorted_items {}] if {[llength $item_list] > 0} { + ns_log notice "as::section::items returning item_list from get_sorted_items \n $item_list \n" return $item_list }