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.11 -r1.11.2.1 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.xql 16 Oct 2003 16:25:49 -0000 1.11 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.xql 9 Dec 2003 13:41:52 -0000 1.11.2.1 @@ -1,7 +1,7 @@ - + select package_key from apm_package_types @@ -35,7 +35,7 @@ and lm.package_key = lmk.package_key and lm.package_key = :package_key and lm.locale = :locale - and lmk.upgrade_status != 'deleted' + and lm.deleted_p = 'f'