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.17 -r1.18 --- openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 6 May 2002 23:56:29 -0000 1.17 +++ openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 9 May 2002 23:59:52 -0000 1.18 @@ -74,8 +74,6 @@ } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] - news_portlet::make_self_available $portal_id - if {[dotlrn_community::dummy_comm_p -community_id $community_id]} { news_portlet::add_self_to_page $portal_id 0 return @@ -93,7 +91,6 @@ # set up the DS for the admin portal set admin_portal_id [dotlrn_community::get_admin_portal_id -community_id $community_id] - news_admin_portlet::make_self_available $admin_portal_id news_admin_portlet::add_self_to_page $admin_portal_id $package_id return $package_id