Index: openacs-4/packages/ams/tcl/ams-list-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-list-procs-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ams/tcl/ams-list-procs-postgresql.xql 3 Jun 2005 01:17:56 -0000 1.2 +++ openacs-4/packages/ams/tcl/ams-list-procs-postgresql.xql 28 Oct 2005 21:02:46 -0000 1.3 @@ -121,7 +121,17 @@ + + + select + attribute_id + from + ams_list_attribute_map + where + list_id = :list_id + order by + attribute_id + + - -