Index: openacs-4/packages/dotlrn/www/configure-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-2.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/configure-2.tcl 18 May 2002 22:42:11 -0000 1.8 +++ openacs-4/packages/dotlrn/www/configure-2.tcl 21 May 2002 17:30:02 -0000 1.9 @@ -29,7 +29,7 @@ set anchor [ns_set get $form anchor] # Check if this is a community type level thing -if {[dotlrn::parameter community_type_level_p] == 1} { +if {[parameter::get -parameter community_type_level_p] == 1} { ad_returnredirect "one-community-type" return }