Index: openacs-4/packages/dotlrn/www/community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/community.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/community.tcl 6 May 2002 23:55:02 -0000 1.7 +++ openacs-4/packages/dotlrn/www/community.tcl 18 May 2002 22:42:11 -0000 1.8 @@ -23,7 +23,7 @@ } # Check that this is a community type -if {[ad_parameter community_level_p] != 1} { +if {[dotlrn::parameter community_level_p] != 1} { ns_returnredirect "./" return }