Index: openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 11 Nov 2001 18:59:54 -0000 1.1 +++ openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 12 Nov 2001 05:05:42 -0000 1.2 @@ -48,7 +48,8 @@ # create the news 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] + # set package_id [site_node_mount_application -return package_id $node_id $package_key $package_key $package_key] # return the package_id return $package_id