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;
|
return false;
|
||||||
}
|
}
|
||||||
// column names are specified as array keys
|
// column names are specified as array keys
|
||||||
$cols = array();
|
$cols = array_keys($values);
|
||||||
foreach ($values as $key => $value) {
|
|
||||||
$cols[] = $this->quoteIdentifier($key);
|
|
||||||
}
|
|
||||||
|
|
||||||
// build the statement
|
// build the statement
|
||||||
$query = 'INSERT INTO ' . $this->quoteIdentifier($table)
|
$query = 'INSERT INTO ' . $this->quoteIdentifier($table)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user