Index: openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.xql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.xql 7 Aug 2017 23:47:59 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/acs-permissions-procs.xql 17 Jan 2019 17:02:00 -0000 1.8 @@ -9,21 +9,21 @@ where object_id = :object_id - + update acs_objects set security_inherit_p = 't' where object_id = :object_id - + update acs_objects set security_inherit_p = 'f' where object_id = :object_id - +