Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.xql 19 Jan 2010 22:32:39 -0000 1.6 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.xql 10 Mar 2010 00:44:03 -0000 1.7 @@ -94,10 +94,6 @@ select ap.* from apm_parameters ap where package_key = :new_package_key - and not exists (select 1 - from apm_parameters ap2 - where ap2.parameter_name = ap.parameter_name - and ap2.package_key = :descendent_package_key) @@ -106,10 +102,6 @@ select ap.* from apm_parameters ap where package_key = :inherited_package_key - and not exists (select 1 - from apm_parameters ap2 - where ap2.parameter_name = ap.parameter_name - and ap2.package_key = :new_package_key)