Living Update

The following people are alive:
\n"; $query = "UPDATE $people_table SET living=\"1\" WHERE personID=\"$row[personID]\" AND gedcom=\"$row[gedcom]\""; $result2 = mysql_query($query) or die ("$text[cannotexecutequery]: $query"); $query = "UPDATE $families_table SET living=\"1\" WHERE (husband=\"$row[personID]\" OR wife=\"$row[personID]\") AND gedcom=\"$row[gedcom]\""; $result2 = mysql_query($query) or die ("$text[cannotexecutequery]: $query"); } } } ?>

All living individuals have now been flagged.