Fix E_NOTICE "Undefined index".
$contact
may (at least sometimes) have no 'is_deleted' array member, which will throw E_NOTICE. Use null-collescing operator '??' to avoid this. (Also replace old-style 'Utils_Array mechanism with '??' for equivalent purpose WRT to 'is_deceased').