Index: openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl 24 Oct 2007 23:03:28 -0000 1.1 +++ openacs-4/packages/dotlrn-content/tcl/content-applet-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -52,13 +52,13 @@ } { One time destroy. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { community_id } { - Add the content applet to a specifc dotlrn community + Add the content applet to a specific dotlrn community } { # get the community portal id set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -229,7 +229,7 @@ remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -244,14 +244,14 @@ user_id } { } { - ad_return_complaint 1 "[applet_key] remove_user not implimented!" + ad_return_complaint 1 "[applet_key] remove_user not implemented!" } ad_proc -public add_user_to_community { community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { # set portal_id [dotlrn::get_portal_id -user_id $user_id] # set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]]