Index: openacs-4/packages/contacts/sql/postgresql/contacts-messages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/sql/postgresql/contacts-messages-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/contacts/sql/postgresql/contacts-messages-create.sql 3 Jan 2006 22:14:55 -0000 1.7 +++ openacs-4/packages/contacts/sql/postgresql/contacts-messages-create.sql 29 Jan 2006 16:11:29 -0000 1.8 @@ -34,7 +34,7 @@ -- Banner contains the path to an image which can be inserted into the open office mailing document banner varchar(500), -- PS is the post scriptum, which is commonly used in mailings. - ps varchar(500), + ps varchar(500) ); create view contact_messages as @@ -43,7 +43,7 @@ cmi.message_type, cmi.locale, cmi.banner, - cmi.ps + cmi.ps, cr.title, cr.description, cr.content,