Index: openacs-4/packages/lors-central/www/one-course-views.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/one-course-views.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lors-central/www/one-course-views.tcl 31 May 2005 22:57:22 -0000 1.2 +++ openacs-4/packages/lors-central/www/one-course-views.tcl 4 Apr 2018 20:29:27 -0000 1.3 @@ -10,7 +10,7 @@ lors_central::check_permissions # Get the item_id that the manifest_id has associated -if { ![info exist item_id] } { +if { ![info exists item_id] } { set item_id [lors_central::get_item_id -revision_id $man_id] }