diff --git a/lib/Doctrine/Connection.php b/lib/Doctrine/Connection.php index 8f98800c3..7e7f7f13e 100644 --- a/lib/Doctrine/Connection.php +++ b/lib/Doctrine/Connection.php @@ -473,7 +473,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun // build the statement $query = 'INSERT INTO ' . $this->quoteIdentifier($table) - . '(' . implode(', ', $cols) . ') ' + . ' (' . implode(', ', $cols) . ') ' . 'VALUES ('; $a = array();