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.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.tcl 17 Nov 2008 13:37:55 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/shared/add-shared-course-2.tcl 12 Dec 2008 14:25:39 -0000 1.3 @@ -22,10 +22,7 @@ set class_key [dotlrn_community::get_community_type_from_community_id $community_id] # check if the course is actually shared -if {[db_string isshared \ - {select isshared - from ims_cp_manifests - where man_id = :man_id}] == "f"} { +if {[db_string isshared {}] == "f"} { # if it ain't complain and quit ad_complain "[_ lorsm.lt_The_course_you_are_tr]" @@ -34,20 +31,12 @@ # check if the course is already added as course for this class -if {![db_0or1row exists \ - {select man_id, lorsm_instance_id - from ims_cp_manifest_class - where man_id = :man_id - and lorsm_instance_id = :package_id - and community_id = :community_id}]} { +if {![db_0or1row exists {}]} { set var1 [lorsm::get_course_name -manifest_id $man_id] ad_complain "[_ lorsm.lt_The_course_var1_is_al]" } -db_dml add-course \ - {insert into ims_cp_manifest_class - (man_id, lorsm_instance_id, community_id, class_key, isenabled, istrackable) - values (:man_id, :package_id, :community_id, :class_key, 't', 'f')} +db_dml add-course {} ad_returnredirect $return_url