1
0
mirror of synced 2024-12-14 07:06:04 +03:00
This commit is contained in:
zYne 2006-11-30 22:52:29 +00:00
parent ba893f6ec6
commit ddc9c3262c

View File

@ -912,7 +912,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
$conn = $this->_table->getConnection();
}
$conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id);
return $conn->replace($this->_table->getTableName(), $this->getPrepared(), $this->id);
}
/**
* returns an array of modified fields and associated values