use this:
function do_form_check(check, $value_hash) {

$doomed = create_form_check(&$value_hash); <<== ( line 1911 )

// print "!$doomed!$check!";
$return = $doomed == $check ? true : false;

return $return;
} // end do_form_check


---
Take your community to the next level