Index: openacs-4/packages/acs-subsite/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/package-procs.tcl,v diff -u -N -r1.40.2.9 -r1.40.2.10 --- openacs-4/packages/acs-subsite/tcl/package-procs.tcl 28 Dec 2021 14:54:56 -0000 1.40.2.9 +++ openacs-4/packages/acs-subsite/tcl/package-procs.tcl 15 Oct 2022 17:07:45 -0000 1.40.2.10 @@ -18,7 +18,7 @@ } { return [db_0or1row object_type_dynamic_p { select 1 from acs_object_types - where dynamic_p and object_type = :object_type + where dynamic_p = 't' and object_type = :object_type }] }