summaryrefslogtreecommitdiff
path: root/includes/functions/functions_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions_edit.php')
-rw-r--r--includes/functions/functions_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_edit.php b/includes/functions/functions_edit.php
index bd408db519..ef6560f0d5 100644
--- a/includes/functions/functions_edit.php
+++ b/includes/functions/functions_edit.php
@@ -869,7 +869,7 @@ function print_indi_form($nextaction, $famid, $linenum='', $namerec='', $famtag=
}
echo WT_I18N::translate('Do not update the “last change” record'), help_link('no_update_CHAN'), "<br />";
if (isset($famrec)) {
- $event = new WT_Event(get_sub_record(1, "1 CHAN", $famrec));
+ $event = new WT_Event(get_sub_record(1, "1 CHAN", $famrec), null, 0);
echo format_fact_date($event, false, true);
}
echo "</td></tr>";