Index: trunk/core/units/general/xml_helper.php =================================================================== diff -u -r7855 -r8397 --- trunk/core/units/general/xml_helper.php (.../xml_helper.php) (revision 7855) +++ trunk/core/units/general/xml_helper.php (.../xml_helper.php) (revision 8397) @@ -167,7 +167,8 @@ return $child; } } - return false; + $false = false; + return $false; } function FindChildValue($name, $attr=null)