MINOR: changed html body to html to allow html tags

This commit is contained in:
Will Rossiter 2009-04-27 04:33:31 +00:00
parent 0f21c475a6
commit 91386c7cf7

View File

@ -579,7 +579,7 @@ class UserDefinedForm_EmailRecipient extends DataObject {
'EmailAddress' => 'Varchar(200)',
'EmailSubject' => 'Varchar(200)',
'EmailFrom' => 'Varchar(200)',
'EmailBody' => 'Text'
'EmailBody' => 'HTMLText'
);
static $has_one = array(