Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 29 Jul 2002 12:50:53 -0000 1.31 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 31 Jul 2002 21:18:32 -0000 1.32 @@ -75,9 +75,8 @@ # The applet_add proc in the dotlrn_applet contract is for one-time # init of each applet NOTE: this applet_add proc _must_ be able to be # called repeatedly since this script is eval'd at every server startup - foreach applet [dotlrn_community::list_applets] { - ns_log notice "dotlrn-init: calling ${applet}::AddApplet" - dotlrn_community::applet_call $applet AddApplet [list] + foreach applet [db_list select_not_installed_applets {}] { + dotlrn_applet::applet_call $applet AddApplet [list] } ns_log notice "dotlrn-init: dotlrn is instantiated, about to call dotlrn::init"