Index: openacs-4/packages/cms/www/modules/types/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/types/index-postgresql.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/cms/www/modules/types/index-postgresql.xql 8 Dec 2001 01:18:00 -0000 1.4 +++ openacs-4/packages/cms/www/modules/types/index-postgresql.xql 30 Nov 2002 17:29:21 -0000 1.5 @@ -30,7 +30,7 @@ attr.attribute_id, attr.attribute_name, attr.object_type, attr.pretty_name as attribute_name_pretty, datatype, types.pretty_name as pretty_name, - coalesce(description_key,' ') as description_key, + coalesce(description_key,' ') as description_key, description, widget from acs_attributes attr left outer join cm_attribute_widgets w using (attribute_id)