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.19 -r1.20 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 9 Nov 2008 23:29:23 -0000 1.19 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 10 Jul 2009 16:22:25 -0000 1.20 @@ -37,11 +37,14 @@ set community_type_clause "" if { [exists_and_not_null community_filter] } { + set show_subtitle_p 0 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_club', 'dotlrn_pers_community')" } +} else { + set show_subtitle_p 1 } set user_id [ad_conn user_id]