Index: openacs-4/packages/lors-central/www/one-course-associations.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/one-course-associations.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lors-central/www/one-course-associations.tcl 22 Jan 2007 08:09:25 -0000 1.4 +++ openacs-4/packages/lors-central/www/one-course-associations.tcl 4 Apr 2018 20:29:27 -0000 1.5 @@ -15,7 +15,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] }