Index: openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl,v diff -u -N -r1.15.6.3 -r1.15.6.4 --- openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl 14 Feb 2014 18:20:44 -0000 1.15.6.3 +++ openacs-4/packages/xotcl-core/tcl/06-param-procs.tcl 23 Jul 2014 21:21:04 -0000 1.15.6.4 @@ -241,6 +241,7 @@ and package_key = :package_key }] \ -object_class ::xo::db::apm_parameter \ + -ignore_missing_package_ids true \ -as_ordered_composite false -named_objects true -destroy_on_cleanup false] # # Check for "retry" to avoid potential recursive loops @@ -356,6 +357,7 @@ ::xo::db::apm_parameter instantiate_objects \ -sql [::xo::db::apm_parameter instance_select_query] \ -object_class ::xo::db::apm_parameter \ + -ignore_missing_package_ids true \ -as_ordered_composite false -named_objects true -destroy_on_cleanup false # ns_log notice "--p got [llength [::xo::db::apm_parameter info instances]] parameters" #foreach p [::xo::db::apm_parameter info instances] { ns_log notice [$p serialize] }