Author: hugo.hamon
Date: 2010-02-10 20:04:45 +0100 (Wed, 10 Feb 2010)
New Revision: 27837

Modified:
   doc/branches/1.4/more-with-symfony/de/04-Emails.markdown
   doc/branches/1.4/more-with-symfony/en/04-Emails.markdown
   doc/branches/1.4/more-with-symfony/es/04-Emails.markdown
   doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown
   doc/branches/1.4/more-with-symfony/it/04-Emails.markdown
   doc/branches/1.4/more-with-symfony/ja/04-Emails.markdown
   doc/branches/1.4/more-with-symfony/pt/04-Emails.markdown
Log:
[doc] reverted modification in chapter 4. Closes ticket #8211

Modified: doc/branches/1.4/more-with-symfony/de/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/de/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/de/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -779,7 +779,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

Modified: doc/branches/1.4/more-with-symfony/en/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/en/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/en/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -751,7 +751,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

Modified: doc/branches/1.4/more-with-symfony/es/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/es/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/es/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -768,7 +768,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

Modified: doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/fr/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -648,7 +648,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

Modified: doc/branches/1.4/more-with-symfony/it/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/it/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/it/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -749,7 +749,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

Modified: doc/branches/1.4/more-with-symfony/ja/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/ja/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/ja/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -658,7 +658,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

Modified: doc/branches/1.4/more-with-symfony/pt/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/pt/04-Emails.markdown    2010-02-10 
19:00:00 UTC (rev 27836)
+++ doc/branches/1.4/more-with-symfony/pt/04-Emails.markdown    2010-02-10 
19:04:45 UTC (rev 27837)
@@ -747,7 +747,6 @@
       {
         return $this->createQuery('m')
           ->orderBy('m.priority')
-          ->execute()
         ;
       }
 

-- 
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.

Reply via email to