Index: openacs-4/packages/dotlrn/www/configure-element-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-element-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/configure-element-2.tcl 6 May 2002 23:55:02 -0000 1.5 +++ openacs-4/packages/dotlrn/www/configure-element-2.tcl 18 May 2002 22:42:11 -0000 1.6 @@ -27,7 +27,7 @@ } # 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 }