Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 3 Oct 2001 01:56:56 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 3 Oct 2001 21:11:00 -0000 1.3 @@ -175,7 +175,7 @@ } { foreach applet [list_applets] { # Callback on applet - acs_sc_call dotlrn $op $list_args $applet + acs_sc_call dotLRN_Applet $op $list_args $applet } }