Author: forresst
Date: 2010-03-29 12:53:37 +0200 (Mon, 29 Mar 2010)
New Revision: 28857
Modified:
doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown
Log:
[doc-fr][1.4] Update doc in french, more-with-symfony/04-Emails rev:en/28851
Modified: doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown 2010-03-29
10:43:49 UTC (rev 28856)
+++ doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown 2010-03-29
10:53:37 UTC (rev 28857)
@@ -234,7 +234,7 @@
MailMessage:
actAs: { Timestampable: ~ }
columns:
- message: { type: clob, notnull: true }
+ message: { type: blob, notnull: true }
-
@@ -252,7 +252,7 @@
[yml]
# Schema configuration in schema.yml
mail_message:
- message: { type: clob, required: true }
+ message: { type: blob, required: true }
created_at: ~
-
@@ -576,7 +576,7 @@
[yml]
# for Propel
mail_message:
- message: { type: clob, required: true }
+ message: { type: blob, required: true }
created_at: ~
priority: { type: integer, default: 3 }
@@ -584,7 +584,7 @@
MailMessage:
actAs: { Timestampable: ~ }
columns:
- message: { type: clob, notnull: true }
+ message: { type: blob, notnull: true }
priority: { type: integer }
Lorsqu'un email est envoyé, l'en-tête de priorité de celui-ci doit être fixé.
La
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.