Index: openacs-4/packages/dotlrn/tcl/applets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/applets-procs.tcl,v diff -u -r1.19 -r1.19.8.1 --- openacs-4/packages/dotlrn/tcl/applets-procs.tcl 3 Oct 2003 17:37:58 -0000 1.19 +++ openacs-4/packages/dotlrn/tcl/applets-procs.tcl 31 May 2005 23:13:05 -0000 1.19.8.1 @@ -126,7 +126,7 @@ } { is the applet specified mounted } { - if {[apm_package_id_from_key [get_package_key -applet_key $applet_key]] != 0} { + if { [llength [site_node::get_package_url -package_key [get_package_key -applet_key $applet_key]]] > 0 } { return 1 } else { return 0