Index: openacs-4/packages/dotlrn/www/clone.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/clone.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/clone.tcl 29 Sep 2013 13:49:45 -0000 1.10 +++ openacs-4/packages/dotlrn/www/clone.tcl 1 Nov 2013 21:08:30 -0000 1.11 @@ -39,8 +39,8 @@ set portal_id [dotlrn_community::get_portal_id -community_id $community_id] set top_community_type [dotlrn_community::get_toplevel_community_type_from_community_id $community_id] -if { $top_community_type != "dotlrn_club" - && $top_community_type != "dotlrn_community" } { +if { $top_community_type ne "dotlrn_club" + && $top_community_type ne "dotlrn_community" } { set class_instance_p 1 set term_id [dotlrn_class::get_term_id -class_instance_id $community_id]