Index: openacs-4/packages/dotlrn/www/configure-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-element.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/configure-element.tcl 6 May 2002 23:55:02 -0000 1.8 +++ openacs-4/packages/dotlrn/www/configure-element.tcl 18 May 2002 22:42:11 -0000 1.9 @@ -26,15 +26,15 @@ } # Check if this is a community type level thing -if {[ad_parameter community_type_level_p] == 1} { +if {[dotlrn::parameter community_type_level_p] == 1} { ad_returnredirect "one-community-type" return } # Make sure user is logged in set user_id [ad_maybe_redirect_for_registration] -if {[ad_parameter community_level_p] == 1} { +if {[dotlrn::parameter community_level_p] == 1} { # This is a community # What community type are we at? set community_id [dotlrn_community::get_community_id]