Index: openacs-4/packages/ams/www/list-attribute-html-options-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/list-attribute-html-options-postgresql.xql,v diff -u -N --- openacs-4/packages/ams/www/list-attribute-html-options-postgresql.xql 22 Nov 2005 16:50:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,29 +0,0 @@ - - - - - - select - alam.html_options - from - ams_list_attribute_map alam, - ams_attributes aa, - ams_lists al - where - alam.attribute_id = aa.attribute_id - and alam.list_id = al.list_id - and alam.list_id = :list_id - and alam.attribute_id = :attribute_id - - - - - - update ams_list_attribute_map - set html_options = :html_options - where list_id = :list_id - and attribute_id = :attribute_id - - - - \ No newline at end of file