commented out a test line
This commit is contained in:
parent
a4a1a3f577
commit
eeb7350f6c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Doctrine_Hydrator_Default extends Doctrine_Hydrator_Abstract
|
|||
*/
|
||||
public function hydrateResultSet($stmt, $aliasMap, $tableAliases, $hydrationMode = null)
|
||||
{
|
||||
$s = microtime(true);
|
||||
//$s = microtime(true);
|
||||
|
||||
$this->_aliasMap = $aliasMap;
|
||||
$this->_tableAliases = $tableAliases;
|
||||
|
|
Loading…
Add table
Reference in a new issue