fixing issue mention on the mailing list by tl@hdnet.de at 2.aug
This commit is contained in:
parent
68cdfbaba8
commit
c9d6a046fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue