Index: openacs-4/packages/ams/tcl/ams-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-procs-postgresql.xql,v diff -u -r1.21 -r1.22 --- openacs-4/packages/ams/tcl/ams-procs-postgresql.xql 20 Feb 2006 06:20:19 -0000 1.21 +++ openacs-4/packages/ams/tcl/ams-procs-postgresql.xql 20 Feb 2006 10:43:52 -0000 1.22 @@ -126,19 +126,17 @@ - select - alam.attribute_id, - alam.required_p, - alam.section_heading, - aa.attribute_name, - aa.pretty_name, - aa.widget - from - ams_list_attribute_map alam, - ams_attributes aa - where - alam.attribute_id = aa.attribute_id - and alam.list_id in ($list_ids) + select alam.attribute_id, + alam.required_p, + alam.section_heading, + aa.attribute_name, + aa.pretty_name, + aa.widget, + alam.html_options + from ams_list_attribute_map alam, + ams_attributes aa + where alam.attribute_id = aa.attribute_id + and alam.list_id in ($list_ids) $orderby_clause