"
.$link
.$row['member_id']."'>".$row['first_name']
." ".$row['last_name']
."  | ";
echo ""
.$row['birth_name']. "  |  "
.date_ged($row['day_of_birth']). " |  " .$row['place_of_birth']. " | ";
if ($row['day_of_death'] != 0){
echo " ".date_ged($row['day_of_death'])." | ";}
else { echo " ";}
}
} else {
echo $tr0 . "Keine Daten erfasst! | ";
}
}
} ?>