Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs.xql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.xql 16 Oct 2003 10:50:12 -0000 1.10 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.xql 16 Oct 2003 16:25:49 -0000 1.11 @@ -1,6 +1,21 @@ + + + select package_key + from apm_package_types + where exists (select 1 + from apm_package_versions + where package_key = apm_package_types.package_key + and installed_p = 't' + and enabled_p = 't') + and not exists (select 1 + from lang_message_keys + where package_key = apm_package_types.package_key) + + + select distinct locale