Index: openacs-4/packages/ams/www/list-attributes.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/www/list-attributes.xql,v diff -u -N --- openacs-4/packages/ams/www/list-attributes.xql 28 Oct 2005 16:53:54 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,45 +0,0 @@ - - - - - - select - list_id - from - ams_lists - where - object_type = :object_type - and list_name like '%__-2' - - - - - - select - m.attribute_id - from - ams_list_attribute_map m, - ams_lists l - where - l.object_type = :object_type - and l.list_name like :name_first_part||'__%' - and l.list_id = m.list_id - order by - m.attribute_id - - - - - - select - attribute_id - from - ams_list_attribute_map - where - list_id = :default_list_id - order by - attribute_id - - - - \ No newline at end of file