1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
This commit is contained in:
zYne 2007-06-19 10:33:48 +00:00
parent 6ff9ee9124
commit 1c92387852

View file

@ -580,7 +580,6 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
*/
public function addIndex($index, array $definition)
{
$index = $this->conn->formatter->getIndexName($index);
$this->options['indexes'][$index] = $definition;
}
/**