1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Removed some redundant code

This commit is contained in:
romanb 2007-11-18 17:28:38 +00:00
parent 82432246b9
commit 2a3b6d23b6

View File

@ -1079,9 +1079,7 @@ class Doctrine_Hydrate extends Doctrine_Locator_Injectable implements Serializab
$last = strtolower(array_pop($e));
$cache[$key]['alias'] = $this->_tableAliases[strtolower(implode('__', $e))];
$fieldName = $this->_aliasMap[$cache[$key]['alias']]['table']->getFieldName($last);
//echo "hydrate:" . $fieldName . "<br /><br />";
$cache[$key]['fieldName'] = $fieldName;
$cache[$key]['columnName'] = $last;
}
$map = $this->_aliasMap[$cache[$key]['alias']];