Amend: this was not yet to be commited
This commit is contained in:
parent
17913f5860
commit
7fc767794e
@ -469,10 +469,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||
return false;
|
||||
}
|
||||
// column names are specified as array keys
|
||||
$cols = array();
|
||||
foreach ($values as $key => $value) {
|
||||
$cols[] = $this->quoteIdentifier($key);
|
||||
}
|
||||
$cols = array_keys($values);
|
||||
|
||||
// build the statement
|
||||
$query = 'INSERT INTO ' . $this->quoteIdentifier($table)
|
||||
|
Loading…
x
Reference in New Issue
Block a user