Commit c9d6a046 authored by meus's avatar meus

fixing issue mention on the mailing list by tl@hdnet.de at 2.aug

parent 68cdfbab
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment