Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 15 Jan 2002 20:47:01 -0000 1.4 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 15 Jan 2002 22:23:41 -0000 1.5 @@ -65,6 +65,7 @@ lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [ad_parameter classes_pretty_plural]] } elseif {[string equal ${community_type} "dotlrn_club"] != 0} { lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [ad_parameter clubs_pretty_plural]] + } elseif {[string equal ${community_type} "dotlrn_community"] != 0} { } else { lappend first_args [list [dotlrn_community::get_community_type_url $community_type] [dotlrn_community::get_community_type_name $community_type]] }