Commit 86c5a659 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 6ef0cc99
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment