Author: david
Date: Tue Nov 17 13:23:42 2009
New Revision: 3906

Log:
Add missing closing parenthesis from symfony update r3896.

Modified:
   
trunk/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/addon/sfPropelData.class.php

Modified: 
trunk/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/addon/sfPropelData.class.php
==============================================================================
--- 
trunk/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/addon/sfPropelData.class.php
        Tue Nov 17 13:06:29 2009        (r3905)
+++ 
trunk/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/addon/sfPropelData.class.php
        Tue Nov 17 13:23:42 2009        (r3906)
@@ -378,7 +378,7 @@
         {
           $in[] = strtolower($column->getName());
         }
-        $stmt = $this->con->query(sprintf('SELECT %s FROM %s', implode(',', 
$in), constant('Qubit'.$tableName.'::TABLE_NAME'));
+        $stmt = $this->con->query(sprintf('SELECT %s FROM %s', implode(',', 
$in), constant('Qubit'.$tableName.'::TABLE_NAME')));
 
         $resultsSets[] = $stmt->fetchAll(PDO::FETCH_ASSOC);
         $stmt->closeCursor();

--

You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=.


Reply via email to