Index: openacs-4/packages/acs-subsite/www/permissions/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/one.tcl,v diff -u -N -r1.13.10.1 -r1.13.10.2 --- openacs-4/packages/acs-subsite/www/permissions/one.tcl 6 Sep 2013 16:01:47 -0000 1.13.10.1 +++ openacs-4/packages/acs-subsite/www/permissions/one.tcl 10 Oct 2013 21:00:46 -0000 1.13.10.2 @@ -42,7 +42,7 @@ db_1row context { *SQL* } -if { $security_inherit_p eq "t" && $context_id ne "" } { +if { $security_inherit_p == "t" && $context_id ne "" } { lappend controls "Don't Inherit Permissions from [ad_quotehtml $context_name]" } else { lappend controls "Inherit Permissions from [ad_quotehtml $context_name]" @@ -55,7 +55,7 @@ set show_children_url "one?[export_vars {object_id application_url {children_p t}}]" set hide_children_url "one?[export_vars {object_id application_url {children_p f}}]" -if {$children_p eq "t"} { +if {$children_p == "t"} { db_multirow children children { *SQL* } { } } else {