Index: openacs-4/packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/Attic/toggle-inherit-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql 30 Apr 2001 20:10:53 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql 26 Aug 2001 22:57:00 -0000 1.3 @@ -10,4 +10,14 @@ + + + + update acs_objects + set security_inherit_p = not security_inherit_p + where object_id = :object_id + + + +