1
0
mirror of synced 2024-12-13 22:56:04 +03:00

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

This commit is contained in:
meus 2007-08-02 19:28:46 +00:00
parent 68cdfbaba8
commit c9d6a046fa

View File

@ -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();