Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl,v diff -u -N -r1.13.2.3 -r1.13.2.4 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 13 May 2006 22:34:09 -0000 1.13.2.3 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 14 May 2006 00:36:27 -0000 1.13.2.4 @@ -34,7 +34,7 @@ set community_type_clause "" if { [exists_and_not_null community_filter] } { - if { $community_filter eq "classes" } { + if { $community_filter eq "class_instances" } { set community_type_clause "and dotlrn_communities_all.community_type not in ('dotlrn_community', 'dotlrn_club', 'dotlrn_pers_community')" } elseif { $community_filter eq "communities" } { set community_type_clause "and dotlrn_communities_all.community_type in ('dotlrn_community', 'dotlrn_club', 'dotlrn_pers_community')"