1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Amend: this was not yet to be commited

This commit is contained in:
jackbravo 2007-08-24 22:00:05 +00:00
parent 17913f5860
commit 7fc767794e

View File

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