fixing issue mention on the mailing list by tl@hdnet.de at 2.aug
This commit is contained in:
parent
68cdfbaba8
commit
c9d6a046fa
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user