Index: openacs-4/packages/dotlrn/www/community-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/community-edit.tcl 3 Apr 2009 15:07:13 -0000 1.16 +++ openacs-4/packages/dotlrn/www/community-edit.tcl 1 Nov 2013 21:08:31 -0000 1.17 @@ -149,7 +149,7 @@ # Customized logos are stored in the public file-storage folder # for the community. -if {[empty_string_p $revision_id]} { +if {$revision_id eq ""} { set comm_type [dotlrn_community::get_community_type_from_community_id $community_id] @@ -163,7 +163,7 @@ } - if {$comm_type == "dotlrn_club"} { + if {$comm_type eq "dotlrn_club"} { #community colors set scope_name "comm" } else {