Index: openacs-4/packages/lors-central/tcl/lors-central-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/tcl/lors-central-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lors-central/tcl/lors-central-procs.tcl 13 Apr 2007 23:26:25 -0000 1.3 +++ openacs-4/packages/lors-central/tcl/lors-central-procs.tcl 9 Feb 2009 03:57:30 -0000 1.4 @@ -355,13 +355,11 @@ ad_proc -private lors_central::add_relation { -item_id:required -community_id:required - -class_key:required } { Add a new row to the ims_cp_manifest_class to associate one community_id (class or community) with a man_id @item_id@ Item id that has man_id as revisions @community_id@ The community_id of the dotlrn class or community - @class_key@ The name of the dotlrn class or community } { set lorsm_instance_id [lors_central::get_package_instance_id -community_id $community_id] set man_id [content::item::get_live_revision -item_id $item_id] @@ -566,7 +564,6 @@ select icmc.community_id as com_id, icmc.lorsm_instance_id as lors_ins_id, - icmc.class_key as cl_key, icmc.isenabled as ie, icmc.istrackable as it from @@ -583,7 +580,6 @@ set man_id = :man_id, lorsm_instance_id = :lors_ins_id, - class_key = :cl_key, isenabled = :ie, istrackable = :it where