Index: openacs-4/packages/dotlrn/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/dotlrn/www/index.tcl 28 Apr 2002 04:08:42 -0000 1.31 +++ openacs-4/packages/dotlrn/www/index.tcl 18 May 2002 22:42:11 -0000 1.32 @@ -27,13 +27,13 @@ } # 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" ad_script_abort } # Check if this is a community level thing -if {[ad_parameter community_level_p] == 1} { +if {[dotlrn::parameter community_level_p] == 1} { ad_returnredirect "one-community?page_num=$page_num" ad_script_abort }