Index: openacs-4/packages/acs-subsite/tcl/subsite-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-procs-postgresql.xql,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-subsite/tcl/subsite-procs-postgresql.xql 17 Mar 2009 01:11:07 -0000 1.11 +++ openacs-4/packages/acs-subsite/tcl/subsite-procs-postgresql.xql 2 Feb 2010 23:35:28 -0000 1.12 @@ -69,6 +69,7 @@ where not (apm_package__singleton_p(package_key) = 1 and apm_package__num_instances(package_key) >= 1) and not implements_subsite_p + and package_type = 'apm_application' order by upper(pretty_name)