Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 1 Nov 2001 23:13:30 -0000 1.4 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 10 Nov 2001 18:45:47 -0000 1.5 @@ -45,13 +45,9 @@ } { Add the faq applet } { - # Callback to get node_id from community - # REVISIT this (ben) - set node_id [site_node_id [ad_conn url]] - - # create the faq package instance (all in one, I've mounted it) + # create the calendar package instance (all in one, I've mounted it) set package_key [package_key] - set package_id [site_node_mount_application -return package_id $node_id $package_key $package_key $package_key] + set package_id [dotlrn::instantiate_and_mount $community_id $package_key] # return the package_id return $package_id