Index: openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql 18 Nov 2004 00:19:04 -0000 1.1.2.1 +++ openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql 8 Jun 2005 22:35:43 -0000 1.1.2.2 @@ -26,5 +26,16 @@ + + + + select dca.package_id + from dotlrn_community_applets dca,apm_packages ap + where community_id=:community_id + and ap.package_id=dca.package_id and ap.package_key=:package_key + + + +