Index: openacs-4/packages/lorsm/www/course-structure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-structure.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lorsm/www/course-structure.tcl 3 Dec 2004 17:52:49 -0000 1.4 +++ openacs-4/packages/lorsm/www/course-structure.tcl 24 Feb 2005 11:07:05 -0000 1.5 @@ -229,3 +229,9 @@ set tracker_url [export_vars -base tracker {man_id}] set sharer_url [export_vars -base sharer {man_id folder_id return_url}] +#Presentation-related fields +if {[db_0or1row course_presentation_format " + select presentation_name as pformat from lors_available_presentation_formats where presentation_id=(select presentation_id from ims_cp_manifests where man_id=:man_id); +" ] } { } else { + set pformat #lorsm.None# +}