Index: openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 4 Dec 2002 09:53:05 -0000 1.8 +++ openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 18 Feb 2003 21:14:43 -0000 1.9 @@ -119,6 +119,10 @@ lappend out_list $public_folder_id + # DRB: This is pretty sick. Return the full folder contents then + # search the list rather than return the one file that is named "syllabus"? + # This would be ugly even if it *weren't* slow. + set rows [fs::get_folder_contents -folder_id $public_folder_id \ -user_id [dotlrn::get_users_rel_segment_id] ]