Index: openacs-4/packages/lorsm/lorsm.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lorsm.info,v
diff -u -r1.19 -r1.20
--- openacs-4/packages/lorsm/lorsm.info 17 Oct 2008 10:58:15 -0000 1.19
+++ openacs-4/packages/lorsm/lorsm.info 8 Feb 2009 22:36:49 -0000 1.20
@@ -15,7 +15,7 @@
-
+
Index: openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.tcl 12 Dec 2008 14:25:39 -0000 1.3
+++ openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.tcl 8 Feb 2009 22:36:49 -0000 1.4
@@ -19,7 +19,6 @@
set user_id [ad_conn user_id]
set package_id [ad_conn package_id]
set community_id [dotlrn_community::get_community_id]
-set class_key [dotlrn_community::get_community_type_from_community_id $community_id]
# check if the course is actually shared
if {[db_string isshared {}] == "f"} {
Index: openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.xql,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.xql 12 Dec 2008 14:25:39 -0000 1.1
+++ openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.xql 8 Feb 2009 22:36:49 -0000 1.2
@@ -22,9 +22,9 @@
insert into ims_cp_manifest_class
- (man_id, lorsm_instance_id, community_id, class_key, isenabled, istrackable)
+ (man_id, lorsm_instance_id, community_id, isenabled, istrackable)
values
- (:man_id, :package_id, :community_id, :class_key, 't', 'f')
+ (:man_id, :package_id, :community_id, 't', 'f')
Index: openacs-4/packages/lorsm/www/admin/shared/add-shared-course.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/shared/add-shared-course.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/lorsm/www/admin/shared/add-shared-course.tcl 12 Dec 2008 14:25:39 -0000 1.3
+++ openacs-4/packages/lorsm/www/admin/shared/add-shared-course.tcl 8 Feb 2009 22:36:49 -0000 1.4
@@ -18,7 +18,6 @@
set user_id [ad_conn user_id]
set package_id [ad_conn package_id]
set community_id [dotlrn_community::get_community_id]
-set class_key [dotlrn_community::get_community_type_from_community_id $community_id]
# check if the course is actually shared
if {[db_string isshared {}] == "f"} {