1
0
mirror of synced 2025-01-31 04:21:44 +03:00

small improvement to Doctrine_Hydrate_Array::search()

This commit is contained in:
romanb 2007-10-13 20:46:45 +00:00
parent ec292991ce
commit e79f1c34cf

View File

@ -67,6 +67,7 @@ class Doctrine_Hydrate_Array
foreach ($element as $k => $e) {
if (isset($val[$k]) && $val[$k] !== $e) {
$found = false;
break;
}
}
if ($found) {