Index: openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl 27 Apr 2005 01:10:59 -0000 1.3 +++ openacs-4/packages/dotlrn-random-photo/tcl/dotlrn-random-photo-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -47,7 +47,7 @@ ad_proc -public dotlrn_random_photo::add_applet_to_community { community_id } { - Add the random photo applet to a specifc dotlrn community + Add the random photo applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -66,7 +66,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 dotlrn_random_photo::add_user { @@ -81,14 +81,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 dotlrn_random_photo::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 package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id]