1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2007-06-06 00:02:50 +00:00
parent 6ef0cc9993
commit 86c5a659ed

View File

@ -682,6 +682,10 @@ class Doctrine_Hydrate implements Serializable
} else {
$stmt = $this->_execute($params, $return);
if (is_integer($stmt)) {
return $stmt;
}
$array = $this->parseData2($stmt, $return);
}
return $array;