Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 14 Jun 2001 00:23:21 -0000 1.19 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 23 Aug 2001 02:26:21 -0000 1.20 @@ -274,7 +274,7 @@ a.attribute_name = drop_attribute__attribute_name; if NOT FOUND then - raise EXCEPTION ''-20000: Attribute %:% does not exist in content_type.drop_attribute'', content_type, attribute_name; + raise EXCEPTION ''-20000: Attribute %:% does not exist in content_type.drop_attribute'', drop_attribute__content_type, drop_attribute__attribute_name; end; -- Drop the attribute